Skills have only ~20% auto-activation rate when referenced by name. Using @~/.claude/skills/*/SKILL.md guarantees skill content is loaded. Updated all commands to use file references instead of "Use the X skill". Updated docs/writing-commands.md with new pattern and examples. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
928 B
928 B
description, argument-hint
| description | argument-hint | |
|---|---|---|
| Groom and improve issues. Without argument, reviews all open issues. With argument, grooms specific issue. |
|
Groom Issues
@/.claude/skills/gitea/SKILL.md
@/.claude/skills/backlog-grooming/SKILL.md
@~/.claude/skills/issue-writing/SKILL.md
If issue number provided ($1):
- Fetch the issue details
- Evaluate against grooming checklist
- Suggest improvements for:
- Title clarity
- Description completeness
- Acceptance criteria quality
- Scope definition
- Ask user if they want to apply changes
- Update issue if approved
If no argument (groom all):
- List open issues
- Review each against grooming checklist
- Categorize:
- Ready: Well-defined, can start work
- Needs work: Missing info or unclear
- Stale: No longer relevant
- Present summary table
- Offer to improve issues that need work