ワンクリックで
dev-reply
Address PR review comments, fix valid ones and draft replies for invalid ones.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Address PR review comments, fix valid ones and draft replies for invalid ones.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Rebase open PRs onto the default branch, resolve conflicts, and force push.
Review Airflow UI code for consistency, best practices, and conventions.
Develop Airflow UI features from an issue link or text description.
Generate a concise PR changelog summary from the current branch diff.
Generate a Google Slides presentation from a paper PDF URL using gws CLI.
Set up git aliases.
| name | dev-reply |
| description | Address PR review comments, fix valid ones and draft replies for invalid ones. |
/dev-reply <PR_URL>
Fetch reviews: Run gh pr view <URL> --json reviews,url,number and gh api repos/{owner}/{repo}/pulls/{number}/comments to get all review comments.
Read the relevant source files mentioned in the review comments.
Evaluate each comment:
For each valid comment:
For each invalid comment:
Output a summary:
## Fixed
- `src/Foo.ts:42` - <what was changed>
## Reply drafts
- `src/Bar.ts:15` - "<reply text>"