Skip to content

feat: add tutorial skill#124

Open
tigra wants to merge 2 commits into
provectus:mainfrom
tigra:feat/tutorial-skill
Open

feat: add tutorial skill#124
tigra wants to merge 2 commits into
provectus:mainfrom
tigra:feat/tutorial-skill

Conversation

@tigra

@tigra tigra commented May 22, 2026

Copy link
Copy Markdown

What

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 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.md wrapper
  • templates/tutorial-template.md, templates/concepts-template.md
  • scripts/create-tutorial-directory.sh (mirrors the existing create-spec-directory.sh)
  • Integration hook: commands/verify.md suggests /awos:tutorial after a spec is verified (non-blocking suggestion; existing flow unchanged)

Validation

  • npm test → 69/69 pass
  • npx prettier --check . clean

Suggested release-drafter label: minor (new feature skill).

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.
@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@tigra, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f3734f80-d5a0-49bb-acc7-95995d1dc000

📥 Commits

Reviewing files that changed from the base of the PR and between 32de111 and 4536b3f.

📒 Files selected for processing (6)
  • claude/commands/tutorial.md
  • commands/tutorial.md
  • commands/verify.md
  • scripts/create-tutorial-directory.sh
  • templates/concepts-template.md
  • templates/tutorial-template.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant