trident

Scan code changes with multiple lenses and deliver evidence-based review verdicts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Trident reduces the burden of code review by orchestrating a multi-lens scan, independent verification, and evidence-based final judgment to surface defects, security issues, and quality signals with high confidence.

Core Features & Use Cases

  • Two review depths: Quick triage for small diffs and Deep reviews for complex changes or large code bases.
  • Multi-Lens Scanning: Checks for code quality, security, data integrity, and architectural smells (SOLID), plus dead-code detection.
  • Evidence-focused pipeline: Scanner surfaces findings, Verifier re-checks with independent evidence, and Arbiter renders the final verdict.
  • Review-First Workflow: Structured, auditable output with stop cues and safe, non-destructive confirmations.
  • Scope Flexibility: Supports unstaged, staged, all-local diffs, PR diffs, commit ranges, and directory audits.

Quick Start

Install Trident with the Skills CLI and run /trident to start a review.

Frequently Asked Questions about trident

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

FAQPage Schema
What is an evidence-based code review and how does it reduce false positives?▼

Evidence-based code review scans changes with multiple lenses, then independently verifies findings before rendering a final judgment. This three-stage pipeline of scanning, verifying, and arbitrating surfaces defects with high confidence and reduces false positives by requiring proof for each flagged issue.

How do I automate PR review for unstaged, staged, or commit range diffs?▼

You can automate PR review by running the skill across multiple scopes including unstaged, staged, all-local diffs, commit ranges, and directory audits. It supports quick triage for small diffs and deep reviews for complex changes, automatically cleaning up worktrees after the operation completes.

Can I run automated security and code quality checks on local diffs without modifying my files?▼

Yes, you can run automated security and code quality checks on local diffs safely. The operation is non-destructive, using confirmations and stop cues to prevent unintended changes, and includes automatic worktree cleanup to keep your repository intact during multi-lens scanning.

What's the best way to review large codebases for architectural smells and dead code?▼

The best way to review large codebases is using a deep review mode that scans for architectural smells like SOLID violations and dead code alongside security and data integrity. The multi-lens scanner surfaces these quality signals, which an independent verifier confirms before a final verdict is delivered.

Does multi-lens code review support directory audits and commit range analysis?▼

Yes, multi-lens code review supports directory audits and commit range analysis alongside unstaged, staged, all-local, and PR diffs. It structures the output as an auditable YAML contract, allowing you to trace findings from the initial scan through independent verification to the final judgment.