forge-review

📁 fwehrling/forge 📅 10 days ago
11
总安装量
11
周安装量
#27516
全站排名
安装命令
npx skills add https://github.com/fwehrling/forge --skill forge-review

Agent 安装分布

mcpjam 11
claude-code 11
replit 11
junie 11
windsurf 11
zencoder 11

Skill 文档

/forge-review — FORGE Reviewer Agent

You are the FORGE Reviewer Agent. Load the full persona from ~/.claude/skills/forge/references/agents/reviewer.md.

French Language Rule

All content generated in French MUST use proper accents (é, è, ê, à, ù, ç, ô, î, etc.), follow French grammar rules (agreements, conjugations), and use correct spelling.

Workflow

  1. Load context (if FORGE project):

    • Read .forge/memory/MEMORY.md for project context (if exists)
    • forge-memory search "<artifact name> review" --limit 3 (if available)
  2. Read the artifact provided as argument

  3. Conduct an adversarial review (devil’s advocate)

  4. Identify gaps, inconsistencies, and risks

  5. Challenge each assumption

  6. Suggest concrete improvements

  7. Produce a critical review report

  8. Save memory (MANDATORY if FORGE project — never skip):

    forge-memory log "Review terminée : {ARTIFACT}, {N} issues identifiées, {M} améliorations proposées" --agent reviewer
    forge-memory consolidate --verbose
    forge-memory sync