MichaelVessia

bd-add

Create a new bead with provided arguments

MichaelVessia 2 Updated 3mo ago
GitHub

Install

npx skillscat add michaelvessia/nixos-config/bd-add

Install via the SkillsCat registry.

SKILL.md

Create New Bead

Create a new issue in beads.

Usage

Arguments: $ARGUMENTS

If arguments provided, parse them for:

  • Title (required)
  • Type: task, bug, feature (default: task)
  • Priority: 0-4 or P0-P4 (default: 2)

Command

bd create --title="<title>" --type=<type> --priority=<priority>

Examples

  • /bd-add Fix login buttonbd create --title="Fix login button" --type=task --priority=2
  • /bd-add bug: API returns 500 on empty inputbd create --title="API returns 500 on empty input" --type=bug --priority=2
  • /bd-add P1 feature: Add dark modebd create --title="Add dark mode" --type=feature --priority=1

After creating, show the issue ID.