MichaelVessia

bd-clean

Review and consolidate beads issues

MichaelVessia 2 Updated 3mo ago
GitHub

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

  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.