Claude-skill-registry edit-backlog-item

Use this skill when creating or editing issues on Github or when asked to write user-stories or record bugs.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/backlog-management" ~/.claude/skills/majiayu000-claude-skill-registry-edit-backlog-item && rm -rf "$T"
manifest: skills/data/backlog-management/SKILL.md
source content

Edit Backlog Item

Use this skill to create or edit issues on the Github repository for the project. You should use this skill also when asked to write or edit user stories or bugs.

Managing user stories

  • User stories follow the template described in ./templates/user-story.md
  • Tasks in user stories should add value towards the goal. When you need to complete multiple tasks to get a concrete runnable result, it should be one task on the list instead of separate tasks.
  • Important: You must adhere to the provided template.

Managing bugs

  • User stories follow the template described in ./templates/user-story.md
  • Tasks in user stories should add value towards the goal. When you need to complete multiple tasks to get a concrete runnable result, it should be one task on the list instead of separate tasks.
  • Important: You must adhere to the provided template.

Recording user stories and bugs

  • Important: record user stories and bugs in the GitHub repository associated with the codebase!
  • Use the label
    kind:bug
    for recording bugs on GitHub.
  • Use the label
    kind:story
    for recording user stories on GitHub.