adr
Write an Architecture Decision Record documenting a significant technical decision.
Complete a feature/bugfix/hotfix flow by merging back to the target branch.
$ 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.
/flow-releaseContext preview
What this command does when you run it.
Complete a feature/bugfix/hotfix flow by merging back to the target branch.
Complete a feature/bugfix/hotfix flow by merging back to the target branch.
1. Detect the current branch type from the prefix (feature/, bugfix/, hotfix/). 2. Run pre-merge checks:
3. Determine the merge target:
4. Create a pull request if one does not exist:
5. If auto-merge is requested:
6. Clean up: delete the feature branch locally and remotely. 7. For hotfix, cherry-pick to develop if not merged there.
Flow completed: Branch: <branch-name> Merged to: <target-branch> PR: <url> Tag: <tag if hotfix> Cleanup: branch deleted Changes: - <N> commits, <N> files changed
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.