code-review

Perform two-pass code reviews with junior and senior reviewer personas.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spenceriam/impulse --skill code-review-spenceriam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/spenceriam/impulse/tree/main/.opencode/skills/code-review
Command: npx skills add https://github.com/spenceriam/impulse --skill code-review-spenceriam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Two-pass code review system with junior and senior reviewer personas for comprehensive quality assurance.

Core Features & Use Cases

  • Two-pass review workflow: junior pass followed by senior pass.
  • Persona-based guidance: uses PERSONA-junior.md and PERSONA-senior.md.
  • Integration into PR workflow and AGENT mode.

Quick Start

Start by running the junior pass to surface readability issues, then proceed with the senior pass for architectural and security reviews.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a two-pass code review workflow?

A two-pass code review workflow splits quality assurance into two stages: a junior pass for readability issues followed by a senior pass for architectural and security reviews. This structured process enforces explicit steps and reporting formats to ensure comprehensive coverage.

How do I perform a code review before merging feature changes?

To perform a code review before merges, start with the junior pass to surface readability issues, then proceed with the senior pass for architectural and security checks. This persona-driven workflow applies after feature changes and enforces explicit review steps.

Can I use this code review workflow for on-demand QA checks?

Yes, you can use this two-pass code review workflow for on-demand QA checks. It applies both junior and senior reviewer perspectives to evaluate code quality after feature changes, before merges, or whenever QA checks are needed.

Does the code review process enforce specific reporting formats?

Yes, the code review process enforces persona-driven guidance with explicit steps and structured reporting formats. The junior and senior reviewer personas follow defined workflows to ensure consistent, comprehensive quality assurance output.

What's the difference between the junior and senior code review passes?

The junior reviewer pass surfaces readability issues, while the senior reviewer pass focuses on architectural and security reviews. Together, these two passes provide comprehensive quality assurance coverage from both junior and senior perspectives.