scout
49Skill Claude CodeCodex
Research & analysis workflow. Investigates questions, gathers findings, optionally validates with a fresh subagent. Produces a report — no code, no PRs, no commits. Use standalone or as a fellowship teammate.
Skill Claude CodeCodex
Research & analysis workflow. Investigates questions, gathers findings, optionally validates with a fresh subagent. Produces a report — no code, no PRs, no commits. Use standalone or as a fellowship teammate.
Skill Claude CodeCodex
Use AFTER writing code and BEFORE submitting a PR. Simulates a strict code reviewer by comparing changes against reference files and documented conventions. Catches "we don't do it that way" feedback before your human reviewer does.
Plugin Claude Code
Adversarial code review plugin. Fights bad code so your reviewers don't have to.
Command Claude Code
Release a new version. Bumps version, updates docs/site/changelog, tags, pushes, and updates the marketplace repo.
Command
Run all fight-club reviewers against a file, diff, or PR. Aggregates verdicts from every installed skill.
Skill Claude CodeCodex
Use when reviewing code for structural quality — factoring, coupling, cohesion, abstraction levels, information hiding, and simplicity. Adversarial: challenges every design decision, not just obvious violations.
Skill Claude CodeCodex
Use when reviewing code for security — authentication, authorization, input validation, injection, data exposure, cryptography, or trust boundaries. Adversarial: assumes the attacker has read your code and is actively looking for a way in.
Skill Claude CodeCodex
Use when reviewing code for performance — database queries, network calls, collection processing, caching, concurrency, or code on hot paths. Adversarial: finds the scaling assumptions that will collapse under real load.
Skill Claude CodeCodex
Use when reviewing tests or test coverage — unit tests, integration tests, test suites, or PRs that include tests. Adversarial: finds the bugs the tests would miss, not just the tests that are missing.
Skill Claude CodeCodex
Use when reviewing code or designs for production reliability — failure modes, operational risk, silent failures, recovery difficulty, and incident scenarios. Adversarial: imagines the worst production incident this code could cause and works backwards.