Agent Skills: Clean Up Beads Issues

Review and consolidate beads issues

UncategorizedID: michaelvessia/nixos-config/bd-clean

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MichaelVessia/nixos-config/tree/HEAD/modules/programs/agents/shared/skills/bd-clean

Skill Files

Browse the full folder contents for bd-clean.

Download Skill

Loading file tree…

modules/programs/agents/shared/skills/bd-clean/SKILL.md

Skill Metadata

Name
bd-clean
Description
Review and consolidate beads issues

Clean Up Beads Issues

Review and consolidate the beads issue database.

Steps

  1. Get overview:

    bd status
    
  2. Find duplicates:

    bd duplicates
    
  3. Find stale issues (not updated recently):

    bd stale
    
  4. Review open issues:

    bd list --status=open
    
  5. Check 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 sync

Summarize what was cleaned up.