Claude Code Plugins

Community-maintained marketplace

Feedback

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

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/backlog-management --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/backlog-management -p --client shared
Note: Review the skill 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.