full-review

Orchestrate parallel execution of four audit skills for codebase quality assessment.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/iuliandita/skills --skill full-review-iuliandita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-review
Source: https://github.com/iuliandita/skills/tree/main/skills/full-review
Command: npx skills add https://github.com/iuliandita/skills --skill full-review-iuliandita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the fragmentation of quality assurance by automating four distinct, critical audit lenses—code correctness, anti-slop, security, and documentation—into a single, parallelized execution flow.

Core Features & Use Cases

  • Parallel Audit Orchestration: Simultaneously runs code-review, anti-slop, security-audit, and update-docs to minimize wait times.
  • Context-Aware Reporting: Generates separate, unedited reports for each audit lens, ensuring findings remain domain-specific and actionable.
  • Use Case: Before merging a major feature branch, use this skill to perform a comprehensive pre-merge reflex check that catches bugs, security vulnerabilities, stale documentation, and code quality issues in one pass.

Quick Start

Invoke the full-review skill to run a complete quality audit on the current codebase.

Frequently Asked Questions about full-review

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

FAQPage Schema
How do I run a comprehensive code review before merging a feature branch?

A comprehensive code review before merging automates parallel audits for security, correctness, code quality, and documentation accuracy. This approach orchestrates four specialized audit lenses simultaneously to generate separate, unedited reports for each category without manual intervention.

What is a quality gate in automated code review?

A quality gate in automated code review is a multi-lens verification process that checks security, correctness, code quality, and documentation accuracy. It works by running parallel audit skills that generate domain-specific reports, ensuring high-confidence verification before code merges.

Can I automate security audits and documentation checks at the same time?

Yes, you can automate security audits and documentation checks simultaneously through parallel audit orchestration. This capability runs code-review, anti-slop, security-audit, and update-docs checks concurrently to minimize wait times and produce context-aware, actionable reports.

Does parallel audit orchestration edit or merge the findings from different checks?

Parallel audit orchestration does not cross-edit or merge findings from different checks. It generates separate, unedited reports for each audit lens, ensuring the findings remain domain-specific, context-aware, and immediately actionable for developers.

When do I need a multi-lens quality gate for my codebase?

You need a multi-lens quality gate when performing pre-merge checks on major feature branches. It satisfies requirements for high-confidence verification by catching bugs, security vulnerabilities, stale documentation, and code quality issues in a single automated pass.

What's the best way to catch stale documentation and security vulnerabilities before a merge?

The best way to catch stale documentation and security vulnerabilities before a merge is a comprehensive pre-merge reflex check. This automated process targets software engineering workflows by running parallel audits that produce separate reports for code quality and documentation accuracy.