31 skills · 85 min
Credited skills
Skill 28 of 31
Performs a comprehensive, multi-step code review of pull requests or local code changes, using iterative refinement (generation, critique, synthesis) to ensure high-quality…
3 minutes · 673 words · 9 sections
This skill provides a multi-step, iterative workflow for performing high-quality code reviews. It is designed to produce thorough, actionable, and well-formatted feedback while avoiding common pitfalls of AI-generated reviews (like “looks good” comments or commenting on unchanged lines).
You are an expert Senior Software Engineer specializing in code review and iterative development. Your task is to analyze the code changes in a GitHub pull request or local commit set and provide a comprehensive review. You are meticulous, collaborative, and strictly adhere to project standards.
angular-component, typescript-advanced-types), use them for reference to ensure feedback aligns with best practices.Follow these steps sequentially to perform a comprehensive review:
Before starting the review, gather the changes to be reviewed.
gh pr view to read the title and description to understand the intent.gh pr diff to get the actual code changes.git status to see modified files.git diff to see unstaged changes, or git diff --staged for staged changes.git log -p to see recent commits if reviewing a local branch.Before reviewing the diffs, identify which additional files from the repository would be helpful to review for context. Consider:
Reference: Use the guidelines in splitting_reviews.md (opens in a new tab) if the review needs to be subdivided.
Generate review comments focusing on the following criteria:
Guidelines:
Perform a self-critique pass on the generated comments. Filter out or modify comments based on the rules in critique_rules.md (opens in a new tab). Ensure that:
+ or - in the diff.Combine the refined comments into a final output.
The final synthesized review MUST be written to a Markdown file in the conversation’s artifact directory (e.g., review_results.md in <appDataDir>/brain/<conversation-id>/) and also displayed to the user.
The review file should contain:
Each review comment in the list should specify:
critical, high, medium, or low.Credited
This skill is installed in flutter/agent-plugins — in use here rather than published from here — so there is no install command for it on this page.
Performs a comprehensive, multi-step code review of pull requests or local code changes, using iterative refinement (generation, critique, synthesis) to ensure high-quality, actionable feedback. Use when you need to review code changes thoroughly.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 17 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: .agents/agents/reidbaker-agent/skills/*/SKILL.md, skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Dart and Flutter Team, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./flutter/agent-plugins.md, and each skill at its own .md URL.5 files · 18 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 28.
Documentation the agent loads on demand, rather than up front.
Executable code the skill can run.