guided-code-review

Installation
SKILL.md

Guided Code Review

Interactive code review process where the agent walks through changes in logical chunks, the reviewer steers with feedback, and findings accumulate into a structured summary.

Trigger

Activate when the user explicitly asks for a "guided code review".

Process

Phase 1: Scope

  1. Identify commits to review:
    • git log --oneline --grep 'TICKET-ID' or diff against a branch
    • git show --stat across the range for a file-level overview
  2. If the user provides a story/ticket description, ingest it:
    • Extract acceptance criteria
    • Note if it's a subtask — not all ACs may apply to this changeset
    • If no story provided, proceed without — review on code merit alone
Related skills

More from markus1189/nixos-config

Installs
1
GitHub Stars
5
First Seen
Mar 29, 2026