review-change

Review implementation changes against test reports and security triggers.

13|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Thrimbda/legion-mind --skill review-change
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-change
Source: https://github.com/Thrimbda/legion-mind/tree/main/skills/review-change
Command: npx skills add https://github.com/Thrimbda/legion-mind --skill review-change

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when implementation and verification evidence already exist and a read-only review must decide whether the change is ready, blocked, out of scope, or security-sensitive.

Core Features & Use Cases

  • Enforces a formal review flow with a clear pass/fail decision and documented blocking findings.
  • Evaluates correctness, maintainability, and scope against provided evidence and security triggers.
  • Suitable for scenarios where implementations and validation outputs exist and only review decisions are required.

Quick Start

Provide the ready-to-review change package and its verification artifacts; the reviewer returns a PASS or FAIL with rationale.

Frequently Asked Questions about review-change

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

FAQPage Schema
How do I perform an evidence-driven code review for a ready implementation change?

To perform an evidence-driven code review, apply a structured review flow to existing test reports and verification artifacts to evaluate correctness, maintainability, and scope. This returns a formal PASS or FAIL decision with documented blocking findings and rationale.

When do I need a structured change review instead of a standard code review?

You need a structured change review when implementation and verification evidence already exist and you must determine if the change is ready, blocked, out of scope, or security-sensitive. It enforces a formal pass or fail decision rather than open-ended feedback.

Can I review security triggers using existing verification artifacts?

Yes, you can review security triggers using existing verification artifacts by applying a security lens during the read-only evaluation. The review notes whether security sensitivity was applied and returns blocking findings if risks are detected.

What do I need to provide to get a PASS or FAIL decision on a code change?

You need to provide the ready-to-review change package and its existing verification artifacts, such as documented test reports. The reviewer evaluates this evidence and returns a PASS or FAIL decision with documented rationale and any blocking findings.

Does change management review work without running new tests or validation?

Yes, change management review works as a read-only process that relies entirely on existing evidence and validation outputs. It does not generate new test reports but evaluates the provided artifacts to determine readiness and return a pass or fail decision.

Why does my change review return a FAIL with blocking findings?

A change review returns a FAIL with blocking findings when the provided evidence indicates issues with correctness, maintainability, scope, or security triggers. The review documents the specific rationale for each blocking finding to explain why the change is not ready.