agentic-review-work

Verify implemented plans against codebase and test results.

273|26|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-review-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-review-work
Source: https://github.com/tmdgusya/roach-pi/tree/main/extensions/agentic-harness/skills/agentic-review-work
Command: npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-review-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independently verifies that implemented work aligns with the plan by reading the plan document and inspecting the codebase in isolation from execution data.

Core Features & Use Cases

  • Plan-to-code verification: Compares plan-defined tasks and acceptance criteria against repository changes and test results to determine PASS/FAIL.
  • Execution isolation: Guarantees the reviewer does not access runtime logs or task outputs, ensuring objective assessment.
  • Structured review generation: Produces a formal PASS/FAIL review document saved to disk, with phase-by-phase validation.
  • Use Case: After completing agentic-run-plan, run this skill to produce a verification report before sign-off.

Quick Start

Provide the plan file path to the skill to begin the verification workflow.

Frequently Asked Questions about agentic-review-work

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

FAQPage Schema
How do I verify that implemented code matches the development plan?

To verify implemented code matches a development plan, you can read the plan document and inspect the codebase in isolation. This process compares plan-defined tasks and acceptance criteria against repository changes to determine a PASS/FAIL outcome.

What is execution isolation in plan-to-code verification?

Execution isolation in plan-to-code verification guarantees the reviewer assesses the codebase without accessing runtime logs or task outputs. This ensures an objective assessment of whether the implementation aligns with the stated goals.

How do I generate a structured PASS/FAIL review document for my codebase?

To generate a structured PASS/FAIL review document, provide the plan file path to a verification workflow. It executes the plan's tests, compares outcomes, and produces a formal phase-by-phase validation report saved to disk.

Can I validate test-driven development outcomes without runtime execution data?

Yes, you can validate test-driven development outcomes without runtime execution data by inspecting the plan document and codebase independently. This approach executes the plan's tests and compares outcomes against acceptance criteria for validation.

When do I need to run an independent codebase review for quality assurance?

You need an independent codebase review for quality assurance after completing a plan execution and before sign-off. It independently verifies that the implemented work aligns with the plan by reading the plan document and inspecting the codebase.