/ijfw-commit
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-commit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/ijfw-commit
Context preview
The summary Claude sees to decide when to auto-load this skill.
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
SKILL.md
ijfw-commit.SKILL.mdname: ijfw-commit description: "Terse conventional commits. Trigger: commit, git commit, /ijfw-commit"
Write commit messages following Conventional Commits.
Format: type(scope): subject
Rules:
- Subject ≤50 chars. Imperative mood.
- Why over what. The diff shows what changed.
- Types: feat, fix, refactor, docs, test, chore, perf, ci, style
- Scope: affected module/component (optional but preferred)
- Body only if the "why" isn't obvious from the subject.
- No "Updated", "Changed", "Modified" -- be specific.
Examples:
- fix(auth): prevent token refresh race condition
- feat(api): add rate limiting to public endpoints
- refactor(db): extract connection pool into service
After commit completes successfully, run in the same shell:
command -v ijfw >/dev/null 2>&1 && ijfw cross critique HEAD~1..HEAD &
Then narrate to the user using this exact structure:
- One line: `Phase N / Wave NA -- Step N.M -- commit -- done.`
- One line: SHA + subject (e.g. `a1b2c3d feat(api): add rate limiting`)
- One line: `Background critique running -- check /ijfw-status for findings.` (omit if ijfw not present)
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
Other skills on ijfw.
- /ijfw-agents-md
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Open skill - /ijfw-auto-memorize
Session-end auto-extraction of lessons, errors, fixes, and user feedback into structured memory. Fires at session end. Requires consent on first run.
Open skill - /ijfw-complete-milestone
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 milestone', 'wrap milestone', 'complete milestone <id>', /ijfw-complete-milestone.
Open skill - /ijfw-compress
Compress memory/context files into terse form. Trigger: /compress, compress file
Open skill - /ijfw-compute
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. Replaces dumping raw data into context with sandboxed script execution.
Open skill - /ijfw-core
IJFW efficiency layer -- smart output, routing, context discipline. Always active. Trigger: any IJFW interaction. Disable: 'ijfw off' or 'normal'.
Open skill

