Install
npx skillscat add michaelvessia/nixos-config/bd-clean Install via the SkillsCat registry.
SKILL.md
Clean Up Beads Issues
Review and consolidate the beads issue database.
Steps
Get overview:
bd statusFind duplicates:
bd duplicatesFind stale issues (not updated recently):
bd staleReview open issues:
bd list --status=openCheck for issues that should be closed:
- Look for completed work
- Look for issues superseded by others
- Look for issues no longer relevant
Actions
For each issue that needs attention:
- Close completed:
bd close <id> - Mark duplicate:
bd duplicate <id> <original-id> - Mark superseded:
bd supersede <old-id> <new-id>
After cleanup:
bd syncSummarize what was cleaned up.