init
25Command
Install the formatters this repository needs, with every command visible before it runs.
Command
Install the formatters this repository needs, with every command visible before it runs.
Command
The canonical linter per ecosystem over your changes: findings are diagnoses you judge, fix, or explain.
Command
The maintainability report: dead-code candidates, complexity, function length — judgment calls you decide on.
Command
Finish a PR properly: every check green, every review addressed — human and bot — then merge and clean up.
Command
The performance discipline: measure before touching, benchmark what matters, prove regressions and fixes with numbers.
Command
Turn an approved spec into an implementation plan an engineer with zero context could execute — with a quality controller that blocks placeholders and hollow tasks.
Command
Prepare and open a pull request the senior way: gate, template, scrubbed, everything visible.
Command
The pre-tag controller: version sync, changelog, clean tree, gate, and suite — every failure listed, the tag printed, never run.
Command
How to run this project: the launch commands it declares, with the file that declared each.
Command
The security pass: secrets (blocking), SAST, dependency vulns — plus the index's entry points to review from.
Command
The over-engineering review: five tags (delete, stdlib, native, yagni, shrink), a mandatory replacement per finding, and a real null result when there is nothing to cut.
Command
Spec-first design: a gap-closing interview that produces a complete spec, with a quality controller that blocks until every section is answered and every question resolved.
Command
Scope-boxed sprints over the backlog: one active sprint, explicit carry-over, a close that refuses to hide unfinished work.
Command
The state of play, computed fresh: branch, dirty files, the active sprint, open work, index freshness.
Command
Test-driven development with tests that actually catch breaks: red before green, name the break each test catches, and the mutation check before done.
Command
Run the repository's actual test suite: every ecosystem's canonical runner — NOT run is never green.
Command
The quality-gated task list: tasks with real descriptions, testable acceptance criteria, and evidence — a task only closes when the controller agrees it is done.
Instructions file CodexOpenCode
Instructions for azrtydxb/procoder, covering procoder, the contract, the work chain, which command, right now and what you talk yourself into.
Command
Update the procoder plugin from the marketplace and verify the new version end to end.
Skill Claude CodeCodex
Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming…