address-code-review

Installation
SKILL.md

Address Code Review

Work through code review comments with the user, one comment at a time. Never present multiple comments at once.

Critical rule: Do not make any code changes — not a single edit — until every comment has been triaged with the user. Triage and implementation are strictly separate phases. Implementation only begins after the final comment has been discussed and a decision recorded.

Input sources

Comments may come from:

  1. review.jsonl - A JSONL file at the repo root. Each line is a JSON object: {"base":"<sha>","comment":"...","compare":"<sha>","endLine":45,"file":"main.go","startLine":42}
  2. GitHub PR - Fetch inline and general comments using gh api
  3. Document in the repo - Parse whatever markdown structure is found
  4. Conversation - Comments given directly by the user

When no explicit source is specified, check for review.jsonl at the repo root first. If it exists, use it.

Process

Related skills

More from maragudk/fabrik

Installs
2
Repository
maragudk/fabrik
GitHub Stars
6
First Seen
14 days ago