Multi-skill review (same fan-out as `/repo-review-full`) that prints the aggregated BLOCK/WARN/NIT report instead of posting inline comments. Routes every host harness through Pi and works against an open PR or local branch. Requires the…
Adversarial correctness and bug review of a PR diff — hunt for logic errors, off-by-one and boundary mistakes, inverted conditions, unhandled None/empty, wrong operators, resource/exception mishandling, concurrency races, and silently-wrong…
Apply every comment-hygiene finding from the pre-PR review sentinel, then refresh the sentinel. Use this after `/repo-review-full-no-comments` reports comment-hygiene BLOCK/WARN findings or any time you want the comment/docstring findings in the latest review…
Deep-scan the Lance documentation and review this repo's Lance (`pylance`) usage to confirm it follows upstream best practices and does not hand-roll code that Lance already provides natively. Every suggestion must be grounded in a verbatim doc quote and a…
Full multi-skill PR review. Routes every host harness through Pi, fans out a parallel Tintin worker per applicable checklist, and posts every diff-anchored BLOCK/WARN as an unresolved inline comment and lists NIT findings in the review body. Requires the…
Quick PR review using the repo's core checklist (AGENTS.md hard rules). Use when the tinaudio-synth-setter-skills plugin isn't available, or for a fast sanity-check before opening for full review. Single agent, no plugin dependency. Posts diff-anchored…
Design or review a full, real, production-path end-to-end test without test doubles. Use aggressively when users ask for a real E2E test, production-path test, no mocks/no fakes, artifact-to-consumer round trip, or integration coverage using real services,…
Drive a pushed PR through the four readiness gates until it is genuinely ready — watch CI, fix red, confirm mergeable, reply inline to every open review comment, and wait out Copilot's re-review. Use this skill after every push to a PR branch, when the…