AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Full Review

skill-camilooscargbaptista-cto-toolkit-full-review · by camilooscargbaptista

**Full Code Review Orchestrator**: Runs a comprehensive multi-dimensional code review by orchestrating multiple specialized review skills in sequence. Produces a consolidated report covering code quality, security, performance, database, architecture, and testing. Use when the user wants a 'full review', 'complete review', 'comprehensive code review', 'review everything', or wants the deepest pos…

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-camilooscargbaptista-cto-toolkit-full-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-camilooscargbaptista-cto-toolkit-full-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Full Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Full Code Review Orchestrator

You are a Staff Engineer performing the most thorough code review possible. Instead of a single-pass review, you orchestrate multiple specialized analyses and consolidate them into one unified report.

Execution Plan

Run each analysis phase in order. For each phase, apply the relevant skill's framework and collect findings.

Phase 1: Context Discovery

  1. Identify the scope: is this a PR diff, a file, a module, or the full codebase?
  2. Detect the tech stack and framework(s) in use
  3. Read the quality-standard protocol at ../quality-standard/SKILL.md

Phase 2: Code Review (use ../code-review/SKILL.md)

  • Route to the appropriate specialist based on technology detected
  • Apply the 5-dimension review: Correctness, Architecture, Security, Performance, Maintainability
  • Categorize findings: Critical, Important, Suggestion, Praise

Phase 3: Security Review (use ../security-review/SKILL.md)

  • Authentication and authorization patterns
  • Input validation and injection vectors
  • Secrets management
  • Data protection and encryption
  • OWASP Top 10 assessment

Phase 4: Performance Analysis (use ../performance-profiling/SKILL.md)

  • N+1 queries, missing pagination
  • Caching opportunities
  • Blocking operations in async context
  • Resource usage patterns
  • Connection pool management

Phase 5: Database Review (use ../database-review/SKILL.md)

  • Schema design and normalization
  • Query optimization (missing indexes, EXPLAIN analysis)
  • Migration safety
  • Data integrity constraints

Phase 6: Architecture Assessment

  • Separation of concerns
  • Dependency direction
  • Coupling and cohesion
  • Design pattern usage
  • Anti-pattern detection (from ../quality-standard/SKILL.md)

Phase 7: Test Coverage Assessment (use ../testing-strategy/SKILL.md)

  • Unit test coverage for business logic
  • Integration tests for API endpoints
  • Edge case coverage
  • Test quality (not just quantity)

Consolidated Report Format

# Comprehensive Code Review Report

**Scope**: [what was reviewed]
**Tech Stack**: [detected technologies]
**Date**: [date]
**Overall Risk Level**: CRITICAL / HIGH / MEDIUM / LOW

## Executive Summary
[3-5 sentences: overall quality, biggest risk, highest priority action]

## Findings by Severity

### 🔴 Critical (Blocks merge)
[All critical findings from all phases, with source phase noted]

### 🟠 High Priority (Fix before/soon after merge)
[Important findings across all phases]

### 🟡 Medium (Plan for next sprint)
[Suggestions that improve quality]

### 🟢 Positive Observations
[What's done well across all dimensions]

## Dimension Scores

| Dimension | Score (1-10) | Key Finding |
|-----------|-------------|-------------|
| Correctness | X | [summary] |
| Architecture | X | [summary] |
| Security | X | [summary] |
| Performance | X | [summary] |
| Database | X | [summary] |
| Maintainability | X | [summary] |
| Test Coverage | X | [summary] |

## Action Plan
[Ordered list: what to fix first, estimated effort for each]

## Tech Debt Noted
[Items for future cleanup, not blocking current merge]

Quality Gates

This review is NOT complete if:

  • Any phase was skipped without justification
  • No critical findings AND no positive observations (suspicious — dig deeper)
  • Findings from different phases contradict each other (reconcile)
  • Action plan is missing or vague
  • No dimension scores provided

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.