ruchernchong/claude-kit

update-issue

Update a GitHub issue with new title, body, labels, or assignees

First seen Feb 13, 2026

Installation

$ npx skills add ruchernchong/claude-kit --skill update-issue

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ruchernchong/claude-kit.

npx skills add ruchernchong/claude-kit

Browse all from ruchernchong/claude-kit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(gh issue view) Bash(gh issue edit) Bash(gh repo view)
More metadata
model
sonnet

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,842 B
  • docs SUMMARY.md 84 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

Language Conventions

Infer language style from the project:

  • Analyze existing issues, documentation, and commit messages to detect the project's language variant (US English, UK English, etc.)
  • Match the spelling conventions found in the project (e.g., "initialize" vs "initialise", "behavior" vs "behaviour")
  • Maintain consistency with the project's established language style throughout issue updates

Update a GitHub issue with the following workflow:

  1. Check if we're in a GitHub repository
  2. Identify the issue to update:

- If issue number is provided (e.g., "issue 123", "#456", or "789"), use that issue - If not provided, ask the user for the issue number

  1. View current issue details:

- Use gh issue view to display current state - Show title, body, labels, assignees, and state - This helps understand what needs updating

  1. Check for ISSUE_TEMPLATE format:

- Look for issue templates in .github/ISSUE_TEMPLATE/ or .github/ directories - If the current issue follows a template, identify which template - Parse template structure to preserve required sections

  1. Determine what to update:

- Ask what fields the user wants to update (title, body, labels, assignees, state) - Accept input for new values - If updating body and template exists, maintain template structure

  1. Apply updates with validation:

- For title: Use natural, descriptive language - For body with template: Preserve template sections and formatting - For body without template: Use clear, structured format - For labels: Only use existing repository labels - For assignees: Only assign valid repository collaborators - Use gh issue edit to apply changes

  1. Confirm and display results:

- Show summary of all updates made - Display success message with link to updated issue

For the issue title:

  • Use natural, descriptive language
  • Keep it concise but informative
  • Match the style of existing issue titles in the repository

For the issue body (when using ISSUE_TEMPLATE format):

  • Follow the exact template structure
  • Preserve required sections and formatting
  • Update only the sections being changed
  • Maintain template sections

For the issue body (custom format):

  • Include clear problem statement or feature details
  • Add relevant context from the update
  • Keep it structured and actionable
  • Maintain existing formatting style when possible

For labels and assignees:

  • Only add labels that already exist in the repository
  • Validate assignees are valid repository collaborators
  • Show current labels and assignees before making changes