code-review
Code Review
Perform a structured, evidence-based code review using the popcorn-xp:code-reviewer agent. This skill produces a formal review certificate — not a casual skim — by tracing functions, analyzing data flow, checking invariants, and enumerating edge cases.
Trigger
Activate when the user asks for a code review:
- "review this PR"
- "review these changes"
- "do a code review"
- "check this diff"
- "review the patch"
- "what do you think of these changes?"
Do not activate for general code questions or explanations. This is for reviewing changes against a codebase.
Workflow
More from mikewolfd/xp-popcorn-skill
popcorn-xp
Use when the user explicitly asks for a multi-agent coding session such as "pair program", "xp session", "popcorn", "team of agents", or "work together on this with subagents". Launches an Agent Teams pair-programming session where autonomous teammates coordinate through direct messaging, typed advice with blocking objections, and role rotation.
11popcorn-xp-protocol
Popcorn XP pair-programming protocol — core rules, advice lifecycle, session file formats, and integration notes for teammates in an XP session. Auto-loaded into popcorn-xp agents via the skills field. Native agents from other plugins should invoke this skill as their first action to load the protocol.
5