- Replace fj CLI with tea CLI across all commands - Create new gitea skill, remove forgejo skill - Update all agents to use gitea skill - Update commands to use skill-based approach (reference skills instead of embedding CLI commands) - Update all documentation (README, ARCHITECTURE, VISION, writing guides) - Swap git remotes: origin now points to git.flowmade.one (Gitea) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
869 B
869 B
description, argument-hint
| description | argument-hint | |
|---|---|---|
| Groom and improve issues. Without argument, reviews all open issues. With argument, grooms specific issue. |
|
Groom Issues
Use the gitea, backlog-grooming, and issue-writing skills.
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