adr
Write an Architecture Decision Record documenting a significant technical decision.
Approve a pull request after verifying it meets quality standards.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/approve-prContext preview
What this command does when you run it.
Approve a pull request after verifying it meets quality standards.
name: approve-pr description: Approve a pull request after verifying it meets quality standards.
Approve a pull request after verifying it meets quality standards.
1. Fetch PR details and verify it has been reviewed: `gh pr view <number>`. 2. Run the approval checklist:
3. If all checks pass, submit approval:
4. If checks fail, report which items need attention. 5. Optionally enable auto-merge if configured:
PR #<number>: <title> Checklist: [x] Description clear [x] CI passing [x] Tests included [x] No secrets [x] No critical issues [x] Branch up to date Status: Approved Review comment: <summary of assessment>
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.