https://github.com/justinjdev/fight-club
Adversarial code review plugin for Claude Code. Fights bad code so your reviewers don't have to.
https://github.com/justinjdev/fight-club
adversarial claude-code claude-code-plugin code-review
Last synced: 3 months ago
JSON representation
Adversarial code review plugin for Claude Code. Fights bad code so your reviewers don't have to.
- Host: GitHub
- URL: https://github.com/justinjdev/fight-club
- Owner: justinjdev
- License: apache-2.0
- Created: 2026-03-09T00:27:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-05T19:11:40.000Z (4 months ago)
- Last Synced: 2026-04-05T21:10:39.523Z (4 months ago)
- Topics: adversarial, claude-code, claude-code-plugin, code-review
- Size: 54.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fight Club
> The first rule of fight club: your code is not as good as you think it is.
An adversarial code review plugin for Claude Code. Fight Club challenges every design decision, hunts for bugs before production does, and delivers verdicts without sugarcoating.
## Installation
Register the marketplace (once):
```bash
/plugin marketplace add justinjdev/claude-plugins
```
Install the plugin:
```bash
/plugin install fight-club@justinjdev
```
## Components
### `/fight-club:fight `
Run an adversarial review on a file, diff, or PR:
```bash
/fight-club:fight src/auth.ts # review a file
/fight-club:fight 42 # review PR #42
/fight-club:fight diff # review current git diff
```
## Adding Skills
Drop skill directories into `skills/` — Claude Code will discover them automatically.
## License
MIT