ijfw-agents-md
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Use when the user asks for a review of any artifact -- code diff, PR, book chapter, campaign brief, landing-page copy, or design tokens. Trigger: review, code review, review this, PR review, review my X, review chapter, review brief, review page, /ijfw-review
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ijfw-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user asks for a review of any artifact -- code diff, PR, book chapter, campaign brief, landing-page copy, or design tokens. Trigger: review, code review, review this, PR review, review my X, review chapter, review brief, review page, /ijfw-review
name: ijfw-review since: '1.5.0' description: "Use when the user asks for a review of any artifact -- code diff, PR, book chapter, campaign brief, landing-page copy, or design tokens. Trigger: review, code review, review this, PR review, review my X, review chapter, review brief, review page, /ijfw-review"
Domain-agnostic critique. One-line findings, severity-tagged, with a written `REVIEW.md` artifact.
Format per finding: `<LOC>: [SEVERITY] <one-line problem>. <one-line fix>.` `<LOC>` is `file:line` for code, `<section>` or `<page>` for prose/design.
Every review MUST write a `REVIEW.md` to a predictable path so the artifact is durable and resumable:
# Review: <artifact name> Reviewed: <ISO-8601 timestamp> Reviewer: ijfw-review Domain: <software | book | campaign | landing | design> ## Summary <2-4 sentences. Headline verdict + the single most important thing to fix.> ## BLOCK findings (must-fix) - <LOC>: <one-line problem>. <one-line fix>. ## FLAG findings (should-discuss) - <LOC>: <one-line problem>. <one-line fix>. ## NIT findings (polish) - <LOC>: <one-line problem>. <one-line fix>.
If a section has no findings, keep the header and write `(none)` underneath -- absence is a signal, not a typo.
For high-stakes artifacts the caller can request a multi-lens audit via `/cross-audit` -- this fans the same artifact across Trident (codex / gemini / claude) and converges on a consensus verdict. Use it when stakes warrant a second pair of eyes.
Emit a `gate-result` block as the **LAST** content of your output. Nothing after it. Use `gate="swarm-review"`. Statuses: `PASS | CONDITIONAL | WARN | FLAG | FAIL`.
`affected_artifacts` MUST include the absolute path to the `REVIEW.md` that was written.
Format:
{
"schema_version": "1.0",
"gate": "swarm-review",
"status": "<STATUS>",
"project_type": "<from project-type-detector>",
"lenses": [],
"affected_artifacts": ["<absolute path to REVIEW.md>"],
"accounting": {"duration_ms": 0, "lenses_invoked": 0, "cost_usd": null},
"remediation": [],
"receipts_ref": null,
"supersedes": null,
"gate_id": "<gate-with-colons-replaced-by-dashes>-<ts>-<rand4>",
"emitted_at": "<ISO-8601>"
}IJFW — It Just F*cking Works. Ferrox Labs' local-first infrastructure for AI coding agents: shared memory, smart routing, multi-AI cross-audits, disciplined workflow.
Repo: FerroxLabs/ijfw
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Session-end auto-extraction of lessons, errors, fixes, and user feedback into structured memory. Fires at session end. Requires consent on first run.
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
Use when a milestone is shipping and you need to archive its artifacts, generate a summary, and seed the next milestone. Trigger: 'milestone complete', 'ship…
Compress memory/context files into terse form. Trigger: /compress, compress file
Use when the user says: 'compute', 'crunch this', 'analyze logs', 'aggregate the data', 'run a script', 'dedupe', 'count by', 'top N', or any data-shaping ask.…