From idh
Multi-perspective code review with parallel agents. Covers correctness, consistency, scope, red team, and doc propagation.
npx claudepluginhub minhhaduong/imperialdragonharnessThis skill uses the workspace's default tool permissions.
Spin multiple agents in parallel, each with a distinct perspective. Run all agents in fresh contexts.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Spin multiple agents in parallel, each with a distinct perspective. Run all agents in fresh contexts.
| Agent | Focus | Key question |
|---|---|---|
| Correctness | Logic, edge cases, test coverage | Does this do what the exit criteria say? |
| Consistency | Style, naming, docs, stale references | Does this fit the rest of the codebase? |
| Scope | Over-engineering, unrelated changes | Does this change only what the ticket asks? |
| Red team | Adversarial inputs, broken invariants | How can this break? |
| Doc propagation | Downstream text accuracy | Do docs and configs still match the code? |
| PR risk | Agents |
|---|---|
| Trivial + user present | Skip PR — merge directly |
| Trivial (typo, config) | Correctness only |
| Standard | Correctness + Consistency |
| Standard + scripts | + Doc propagation |
| Substantial | All five |
| High-risk (schema, methodology) | All five + domain experts |
make check| Severity | Action |
|---|---|
| Blocks correctness (bug, data loss) | request-changes |
| Introduced by this PR | request-changes |
| Pre-existing but touched | comment + new ticket |
| Pre-existing and untouched | investigate → ticket if warranted |