blueprint-review

Automate multi-phase PM compliance, security, and code quality reviews before PR creation.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/morris-y/blueprint-skills --skill blueprint-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint-review
Source: https://github.com/morris-y/blueprint-skills/tree/main/skills/blueprint-review
Command: npx skills add https://github.com/morris-y/blueprint-skills --skill blueprint-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a multi-phase review workflow for trading strategy code, ensuring PM compliance, security, and quality before merging.

Core Features & Use Cases

  • PM compliance audit, security audit, and code quality review are executed in sequence prior to PR creation.
  • Backtest validation and comprehensive documentation generation support audit trails and stakeholder review.
  • Use Case: After blueprint-develop completes and tests pass, run blueprint-review to prepare a production-ready PR with complete context and rationale.

Quick Start

Run blueprint-review after blueprint-develop completes and before submitting a PR to automatically perform PM, security, and quality checks and generate a compliant PR package.

Frequently Asked Questions about blueprint-review

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

FAQPage Schema
How do I automate PM compliance and security audits for trading strategy code before a pull request?

Automating PM compliance and security audits before a pull request involves running sequential checks for vulnerability screening, backtest validation, and code quality. This generates a PM-compliant PR package with detailed audit reports and rationale.

What is a multi-phase code review workflow for trading strategy development?

A multi-phase code review for trading strategies executes PM regression tests, security vulnerability checks, and anti-pattern screening in sequence. It validates backtest performance and generates comprehensive documentation supporting audit trails prior to merging.

When do I need to run backtest validation and anti-pattern screening in a strategy development workflow?

Backtest validation and anti-pattern screening are needed after strategy development completes and tests pass, but before PR creation. This phase ensures production readiness by catching performance regressions and code vulnerabilities before merging.

Can I generate a PM-compliant PR with detailed audit reports for my backtest code?

Yes, generating a PM-compliant PR with detailed audit reports is achieved by executing automated PM compliance, security, and quality checks. The output includes a complete PR package with context and rationale for stakeholder review.

What is the best way to perform security audits and code quality checks for algorithmic trading pull requests?

The best way to perform security audits and code quality checks for algorithmic trading pull requests is automating a sequential review workflow. This validates PM compliance, screens for vulnerabilities, and documents backtest results before merging.

Does automated code review work without completing strategy development and passing tests first?

No, automated code review requires strategy development to complete and tests to pass first. The workflow depends on finished strategy code to accurately perform PM regression tests, backtest validation, and security vulnerability checks.