Claude Code Plugins

Community-maintained marketplace

Feedback

edit-backlog-item

@wmeints/promptyard
2
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name edit-backlog-item
description Use this skill when creating or editing issues on Github or when asked to write user-stories or record bugs.

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.