smithery.ai

resolve-issue

Provides a systematic workflow for resolving GitHub Issues. Use this skill when assigned a GitHub Issue or when delegated by the Issue Auto-resolver.

First seen Mar 26, 2026

Installation

$ npx skills add https://smithery.ai

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 smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

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

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,791 B
  • docs SUMMARY.md 170 B

History

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

SKILL.md

Resolve Issue

Instructions

Step 1: Determine Issue Type

Check if the Issue has a type:* label. If not, determine the type from the title and body:

Label Description
type:bug Fix bugs, errors, or defects
type:feature Add new features
type:enhancement Improve existing features
type:refactoring Code refactoring
type:documentation Update documentation
type:investigation Investigation or analysis tasks

Default to type:feature if unclear.

Step 2: Follow Type-Specific Instructions

Refer to the corresponding file at {pluginbasepath}/issue-types/<type>.md:

  • bug.md - Bug fixes
  • feature.md - New features
  • enhancement.md - Feature improvements
  • refactoring.md - Code refactoring
  • documentation.md - Documentation updates
  • investigation.md - Investigation tasks

Related Skills

This skill works with the following dev-guidelines skills:

Skill When to Use
dev-guidelines-git-workflow:git-repository-workflow Git branch management and testing
dev-guidelines-pr-format:pr-description-format Creating PRs with gh pr create
dev-guidelines-debugging:debugging-process Investigating bugs and tracing errors
dev-guidelines-design:design-alternatives Evaluating implementation approaches

Notes

  • {pluginbasepath} refers to the plugin installation directory
  • Language: Unless otherwise specified, write all Issue comments, PR titles, PR descriptions, and commit messages in Japanese (日本語で記述)