insight-challenge

Solid

Adversarial review of code quality findings. Challenges insights with counter-evidence, verifies claims against source code, and produces structured verdicts. Triggers on 'insight-challenge', 'challenge finding', '审查发现'.

AI & Automation 482 stars 62 forks Updated today

Install

View on GitHub

Quality Score: 87/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Insight Challenge Adversarial review of code quality findings. Challenges insights with counter-evidence, verifies claims against source code, and produces structured verdicts. **适用场景**: 当需要对代码审查、质量分析、或架构评估中的发现进行对抗性验证时使用。 ## Architecture ``` ┌─────────────────────────────────────────────────────────────┐ │ Insight Challenge (SKILL.md) — Adversarial Review │ │ → Parse finding → Read source → Challenge → Verdict │ └─────────────────────────────────────────────────────────────┘ │ ┌──────────┬───────────┼───────────┬──────────┐ ↓ ↓ ↓ ↓ │ ┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐ │ │Phase 1 │ │Phase 2 │ │Phase 3 │ │Phase 4 │ │ │ Parse │ │ Source │ │Challenge│ │Verdict │ │ │Finding │ │ Review │ │Analysis │ │Report │ │ └───┬────┘ └───┬────┘ └───┬────┘ └───┬────┘ │ │ │ │ │ │ finding source counter- structured │ parsed code evidence verdict │ ``` ## Key Design Principles 1. **Adversarial by Default**: Assume findings may be incorrect; seek counter-evidence first 2. **Source-Code Anchored**: All claims must be verified against actual code, not assumptions 3. **Structured Output**: Verdicts follow a fixed schema for downstream consumption 4. **Fair Challenge**: If evidence supports the finding, confirm it; don't manufacture doubt 5. **Transparent Reasoning**: Show the chain of eviden...

Details

Author
catlog22
Repository
catlog22/maestro-flow
Created
4 months ago
Last Updated
today
Language
TypeScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category