with one click
Backward-compatible wrapper skill. The current workflow is `gh-fix-pr`.
npx skills add https://github.com/akiojin/skills --skill gh-fix-ciCopy and paste this command into Claude Code to install the skill
Backward-compatible wrapper skill. The current workflow is `gh-fix-pr`.
npx skills add https://github.com/akiojin/skills --skill gh-fix-ciCopy and paste this command into Claude Code to install the skill
Inspect GitHub PR for CI failures, merge conflicts, update-branch requirements, reviewer comments, change requests, and unresolved review threads. Create fix plans and implement after user approval. Reply to ALL reviewer comments with action taken or reason for not addressing, then resolve threads. Notify reviewers after fixes.
Create or update GitHub Pull Requests with the gh CLI, including deciding whether to create a new PR or only push based on existing PR merge status. Use when the user asks to open/create/edit a PR, generate a PR body/template, or says 'PRを出して/PR作成/gh pr'. Defaults: base=develop, head=current branch (same-branch only; never create/switch branches).
Analyze a GitHub Issue to extract error context, stack traces, file references, and cross-references. Classify the issue, search the codebase for relevant files, produce a structured Issue Analysis Report, and propose a concrete fix plan. Post progress updates to the issue.
Check GitHub PR status with the gh CLI, including unmerged PR detection and post-merge new-commit detection for the current branch.
Comprehensive toolkit for designing and implementing CLI applications with OpenTUI and SolidJS. Use when building CLI screens/components, debugging input handling, implementing screen navigation, handling mouse events, or optimizing CLI performance.
GitHub Spec Kit (https://github.com/github/spec-kit) を使って要件定義や仕様作成(仕様策定・仕様書作成・仕様設計を含む)を新規作成または既存仕様へ追記し、spec.md/plan.md/tasks.mdまで生成・更新する。要件定義、要件追加/変更、TDD前提の要件整理、仕様の明文化、Spec Kitのspecify/clarify/plan/tasksフロー実行が求められるときに使用。
| name | gh-fix-ci |
| description | Backward-compatible wrapper skill. The current workflow is `gh-fix-pr`. |
| metadata | {"short-description":"Compatibility wrapper for gh-fix-pr","deprecated":true} |
gh-fix-ci は既存利用者向けのエイリアスです。新規利用は gh-fix-pr を使用してください。
For execution, follow exactly the same procedure as:
github/skills/gh-fix-pr/SKILL.mdThis file intentionally keeps behavior stable by delegating to gh-fix-pr in the same
repo path.