Total Skills
3
Skills published by githoaitandev with real stars/downloads and source-aware metadata.
Total Skills
3
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
pr-review-fix
0
pr-review-intake
0
pr-review-reply
0
PR Review Fix Execution — Skill 2 of 3. Invoke when user says: fix PR comments, apply review fixes, execute approved fixes. Reads matrix.json from Skill 1, applies approved fixes in code, runs tests/lint verification, updates matrix state. Requires explicit approval_status in matrix.json before any fix is applied. Feeds into pr-review-reply (Skill 3).
PR Review Intake & Analysis — Skill 1 of 3. Invoke when user says: collect PR comments, analyze review comments, intake PR review, triage PR feedback. Fetches unresolved GitHub PR review comments via gh CLI, normalizes into schema, classifies actionable/non-actionable/fixability, and produces a matrix.json + matrix.md for human approval. Feeds into pr-review-fix (Skill 2).
PR Review Reply Publisher — Skill 3 of 3. Invoke when user says: post PR replies, reply to reviewers, publish review replies, send fix replies. Reads matrix.json from Skill 2, generates professional structured replies for each terminal comment state (fixed/blocked/skipped), previews replies for human confirmation, then posts via gh CLI. Requires Skill 2 to have run first.