check-tests
01Skill Claude CodeCodex
Run test suite, track coverage trends, and detect regressions. Detect phase skill — uses config.testcommand to execute tests and records results.
Autonomous operations layer for Claude Code — opens small reviewable PRs for your live side project and re-orients from which ones you merge or reject. HALT file + hard cost cap; you stay in command.
Skill Claude CodeCodex
Run test suite, track coverage trends, and detect regressions. Detect phase skill — uses config.testcommand to execute tests and records results.
Skill Claude CodeCodex
Full implementation cycle pipeline. Takes the highest-RICE action from the action queue and implements it through a structured test → implement → verify workflow. Primary skill for the implementation domain — invoked by evolve when implementation is selected.
Skill Claude CodeCodex
OODA Meta-Orchestrator. Observes all domain states, orients by learning from past outcomes, decides the highest-priority action, and executes it. Run with /evolve or /loop 4h /evolve.
Skill Claude CodeCodex
View, modify, and validate config.json settings via slash commands.
Skill Claude CodeCodex
3-step project setup wizard. Auto-detects language, test framework, CI, and endpoints. Creates config.json from config.example.json.
Skill Claude CodeCodex
Create, disable, and enable domain skills. Generates project-specific SKILL.md files via a short interview.
Skill Claude CodeCodex
Display OODA-loop status dashboard. Shows cycle count, domain states, confidence scores, action queue, and alerts in a single view.
Skill Claude CodeCodex
Score GitHub Issues using the RICE framework and propose a priority ordering. Strategize phase skill — turns raw issues into a ranked action plan written to agent/state/backlog.json.
Skill Claude CodeCodex
Trigger deployment via GitHub Actions workflowdispatch. Execute phase skill — validates pre-deploy conditions, fires the configured workflow, monitors completion, and verifies post-deploy health.
Skill Claude CodeCodex
Monitor service health endpoints and detect anomalies. Observe phase skill — reads config.healthendpoints, checks availability, records baseline metrics.
Skill Claude CodeCodex
Minimal example Observe-phase domain skill. Checks disk usage and records it. Copy this as a starting point for your own domain.