home / skills / spm1001 / trousse / review
This skill initiates a comprehensive code review by invoking the titans three-lens review to improve quality and maintainability.
npx playbooks add skill spm1001/trousse --skill reviewReview the files below or copy the command above to add this skill to your agents.
---
name: review
description: Code review alias. Invokes titans (three-lens review).
---
# /review
This is an alias. Immediately invoke the `titans` skill.
This skill is a code-review alias that immediately invokes the titans review flow. It provides a shortcut to run a three-lens review (architecture, correctness, and maintainability) without extra configuration. Use it when you want a focused, multi-perspective review triggered quickly.
When called, the skill forwards the request to the titans skill which executes a three-lens review pipeline. The titans flow inspects architecture and design, checks for correctness and bugs, and evaluates maintainability and style. Results are returned together so you get a consolidated, lens-separated assessment.
What exactly does the three-lens review cover?
It covers architecture and design decisions, correctness and bug detection, and maintainability including readability and code hygiene.
Can I customize which lenses run?
This alias always invokes the full titans flow. For lens-specific runs, call the titans skill directly with lens options.
Do I need to supply tests or context?
Supplying tests, usage examples, or the specific diff improves accuracy and focus, though the alias can run with just code.