feat: add tutorial skill#124
Conversation
Adds an /awos:tutorial command that produces a per-increment learning tutorial for a completed spec: a narrative-first walkthrough plus illustrative code snippets and an optional mermaid diagram. A companion concepts.md ledger dedups concepts against earlier increments so each tutorial teaches only what its increment newly introduced. Supports reconstructing the historical code state via read-only git archaeology when the target spec is not the most recent one. - commands/tutorial.md + claude/commands/tutorial.md wrapper - templates/tutorial-template.md, templates/concepts-template.md - scripts/create-tutorial-directory.sh (mirrors create-spec-directory.sh) - integration hook: verify.md suggests /awos:tutorial after a spec is verified. Hook is a non-blocking suggestion; existing flow unchanged.
|
Warning Review limit reached
More reviews will be available in 29 minutes and 36 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Adds an
/awos:tutorialcommand that produces a per-increment learning tutorial for a completed spec: a narrative-first walkthrough plus illustrative code snippets and an optional mermaid diagram.A companion
concepts.mdledger dedups concepts across increments, so each tutorial teaches only what its increment newly introduced and references prior concepts by slug. When the target spec is not the most recent one, the skill reconstructs the historical code state via read-only git archaeology rather than documenting today's code.Files
commands/tutorial.md+claude/commands/tutorial.mdwrappertemplates/tutorial-template.md,templates/concepts-template.mdscripts/create-tutorial-directory.sh(mirrors the existingcreate-spec-directory.sh)commands/verify.mdsuggests/awos:tutorialafter a spec is verified (non-blocking suggestion; existing flow unchanged)Validation
npm test→ 69/69 passnpx prettier --check .cleanSuggested release-drafter label: minor (new feature skill).