af-sdlc-review

Run tests, linters, type checks, and builds to review repository changes.

1|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/e-stpierre/agentic-forge --skill af-sdlc-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-sdlc-review
Source: https://github.com/e-stpierre/agentic-forge/tree/main/src/claude/.claude/skills/sdlc-review
Command: npx skills add https://github.com/e-stpierre/agentic-forge --skill af-sdlc-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews repository changes for implementation quality and verifies compliance with an existing project plan when provided, consolidating test, lint, type, and build checks into a single assessment and creating a reproducible review document.

Core Features & Use Cases

  • Automated Quality Checks: Run tests, linters, type checkers, and builds to determine the health of changes.
  • Plan Compliance Verification: When a plan file is supplied, validate milestone and task completion and detect scope creep.
  • Diff-Based Review: When no plan is provided, analyze the diff against the remote main branch to find regressions or quality issues.
  • Use Case: Run as part of a CI workflow to gate merges, produce a review.md artifact for auditors, or assess a contributor's pull request against project milestones.

Quick Start

Run the SDLC review with a workflow id, optional plan path, output directory, and severity to produce review.md and a JSON summary.

Frequently Asked Questions about af-sdlc-review

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

FAQPage Schema
How do I automate code review and plan compliance for pull request diffs?

You can automate code review and plan compliance by running tests, linters, type checkers, and builds against pull request diffs to validate quality, verify milestones, and output a filtered JSON summary with a review.md document.

What is SDLC review for verifying milestone and task completion?

SDLC review is a validation process that checks repository changes against a provided project plan to verify milestone and task completion, detect scope creep, and ensure implementation quality through automated testing and linting.

Can I use CI pipeline tests and linting to gate merges without a plan file?

Yes, when no plan file is provided, the review analyzes the diff against the remote main branch to find regressions or quality issues using CI pipeline tests, linting, type checks, and builds to gate merges.

Does code review require repository access to run type checks and builds?

Yes, code review requires repository access and the ability to run tests, linters, type checkers, and builds locally or in the pipeline to accurately assess changes and generate the review document.

What is the best way to assess contributor pull requests against project milestones?

The best way to assess pull requests against project milestones is to supply a plan file during the review process to validate task completion, detect scope creep, and produce a reproducible review.md artifact for auditors.

When should I not use automated SDLC review for diff analysis?

Automated SDLC review may not be suitable when you lack repository access or cannot execute tests, linters, type checkers, and builds, as these are required to generate the filtered JSON summary and review.md document.