スキル一覧に戻る
whywaita

fix-github-issue

by whywaita

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: fix-github-issue description: Investigate and fix a GitHub issue using gh, then validate with tests and create a PR. Use when a user references a GitHub issue number or asks to fix an issue.

Fix GitHub Issue

Workflow

  1. Read the issue with gh issue view (include comments and labels as needed).
  2. Restate the problem and expected behavior succinctly.
  3. Search the codebase for relevant files and logic.
  4. Implement the fix with minimal scope changes.
  5. Add or update tests to cover success and failure paths.
  6. Run tests, lint, and type checks appropriate to the repo.
  7. Create a commit and PR following the commit-push-pr workflow.

Notes

  • Use gh for all GitHub interactions (issues, PRs, checks).
  • If the issue lacks repro steps, add a small reproduction section in the PR notes.

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です