review

Validate completed workstreams against quality gates and traceability requirements.

19|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/fall-out-bug/sdp --skill review-fall-out-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/fall-out-bug/sdp/tree/main/.claude/skills/review
Command: npx skills add https://github.com/fall-out-bug/sdp --skill review-fall-out-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, ensuring they meet quality standards and are properly linked to requirements.

Core Features & Use Cases

  • Automated Quality Gates: Validates code against predefined standards like test coverage, type checking, and linting.
  • Traceability Check: Verifies that all acceptance criteria have corresponding tests.
  • Use Case: After a developer completes a feature, this Skill can be invoked to perform an automated pre-review, flagging any issues before human review.

Quick Start

Run the review skill for feature ID F01.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for test coverage and linting?

Automate code review by validating changes against quality gates for test coverage, type checking, and linting. This process flags issues before human review by checking that completed workstreams adhere to predefined software standards.

What is requirements traceability in software development workflows?

Requirements traceability verifies that all acceptance criteria have corresponding mapped tests. It ensures completed workstreams are properly linked to verifiable requirements and pass defined quality gates before deployment.

How do I check if acceptance criteria have mapped tests?

Check acceptance criteria mapping by performing a traceability validation on the completed feature. This automated review verifies that every stated requirement has corresponding tests and meets coverage thresholds.

Can I run automated quality gates on completed workstreams?

Yes, you can run automated quality gates on completed workstreams. The review process validates code against predefined standards for coverage, type checking, and linting to ensure adherence to requirements.

What's the best way to enforce type checking and linting standards before human review?

Enforce type checking and linting standards by running an automated pre-review on completed features. This validates the code against quality gates and flags any standards violations or missing traceability for developers to fix.