sd0xdev/sd0x-harness

The harness layer for Claude Code — a reference implementation of harness engineering with hook-enforced dual review, state-machine gates that survive context compaction, and fail-closed safety where it counts. Quality gates that AI can't skip.

188Stars on the repository
64Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adr

01

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as docs/features/ /adr- - .md with a 3-digit zero-padded number. Handles the Superseded case: bidirectional linking when a new ADR replaces an old one. Use when: recording why an architectural…

188 2d ago A 144 tokens original MIT

architecture

02

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Architecture design and documentation. Produces 3-architecture.md with component diagrams, data flow, integration points, and architecture decisions. Reads existing tech-spec as input. Use when: designing system architecture, documenting component interactions, creating architecture docs, producing 3-architecture.md.…

188 2d ago A 85 tokens original MIT

ask

03

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Context-aware Q&A with auto context gathering. Use when: user has a quick question about codebase, git history, rules, docs, or skills during development. Not for: code changes (use feature-dev), code review (use codex-review-fast), deep research (use deep-research), full code trace (use code-explore). Output…

188 2d ago A 79 tokens original MIT

best-practices

04

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Industry best practices conformance audit with mandatory adversarial debate. Produces audit artifact: verdict (OK/WARN/FAIL) + gap roadmap + debate proof. Use when: auditing current implementation against industry standards, checking compliance with best practices, benchmarking implementation quality, verifying a…

188 2d ago A 101 tokens original MIT

bug-fix

05

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore). Output: fix + regression test + review gate.

188 2d ago A 48 tokens original MIT

bump-version

06

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Bump package and plugin version in sync. Updates package.json, .claude-plugin/plugin.json, and install-state manifest to the same version. Use when: user says 'bump version', 'update version', '更新版本', '版本 +1', or /bump-version.

188 2d ago A 61 tokens original MIT

check-coverage

07

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Comprehensive assessment of Unit / Integration / E2E three-layer test coverage, identify gaps and provide actionable recommendations.

188 2d ago A 27 tokens original MIT

claude-health

08

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Claude Code config health check + plugin sync. Use when: auditing .claude/ structure, checking naming, verifying hook setup, detecting plugin version drift, syncing installed assets. Not for: skill quality (use skill-health-check), code review (use codex-code-review). Output: health report + fix recommendations.

188 2d ago A 67 tokens original MIT

code-explore

09

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Pure Claude code investigation. Use when: tracing execution paths, understanding architecture, diagnosing issues. Not for: dual-perspective review (use code-investigate), code review (use codex-code-review). Output: analysis report with findings.

188 2d ago A 51 tokens original MIT

code-investigate

10

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Dual-perspective code investigation. Use when: deep code analysis needing both Claude and Codex perspectives. Not for: quick exploration (use code-explore), code review (use codex-code-review). Output: integrated findings from dual analysis.

188 2d ago A 52 tokens original MIT

codex-architect

11

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Codex architecture consulting. Use when: designing features, evaluating architecture, getting second opinion on design. Not for: implementation (use codex-implement), code review (use codex-code-review). Output: architecture advice + design recommendations.

188 2d ago A 53 tokens original MIT

codex-brainstorm

12

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Adversarial brainstorming via Claude+Codex debate. Use when: exploring solutions, feasibility analysis, exhaustive enumeration. Not for: implementation (use feature-dev), architecture only (use codex-architect). Output: Nash equilibrium consensus + action items.

188 2d ago A 56 tokens original MIT

codex-cli-review

13

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Code review via Codex CLI with full disk access. Use when: deep review needing full codebase read, uncommitted change review. Not for: quick diff review (use codex-code-review), doc review (use doc-review). Output: severity-grouped findings + merge gate.

188 2d ago A 63 tokens original MIT

codex-code-review

14

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Code review using Codex MCP. Use when: PR review, code audit, second opinion on changes. Not for: doc review (use doc-review), security audit (use security-review). Output: severity-grouped findings + merge gate.

188 2d ago A 53 tokens original MIT

codex-explain

15

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Explain complex code via Codex MCP. Use when: understanding complex logic, tracing data flow, onboarding to unfamiliar code. Not for: code review (use codex-code-review), exploration (use code-explore). Output: structured explanation at chosen depth.

188 2d ago A 56 tokens original MIT

codex-implement

16

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop.

188 2d ago A 58 tokens original MIT

codex-review-doc

18

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Review documents using Codex MCP. Supports review loop with context preservation.

188 2d ago A 19 tokens original MIT

codex-review-fast

19

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Quick second-opinion using Codex MCP (diff only, no tests). Supports review loop with context preservation.

188 2d ago A 27 tokens original MIT

codex-review

20

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Full second-opinion using Codex MCP (with lint:fix + build). Supports review loop with context preservation.

188 2d ago A 27 tokens original MIT

codex-security

21

sd0xdev/sd0x-harness

Skill Claude CodeCodex

OWASP Top 10 security review using Codex MCP. Supports review loop with context preservation.

188 2d ago A 23 tokens original MIT

codex-setup

22

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs the commit-msg hook, copies runner scripts. The pre-push gate is opt-in via --with-push-gate. Use when setting up a new project or after updating skills.

188 2d ago A 65 tokens original MIT

codex-test-gen

23

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Generate unit tests for specified functions using Codex MCP.

188 2d ago A 15 tokens original MIT

codex-test-review

24

sd0xdev/sd0x-harness

Skill Claude CodeCodex

Review test case sufficiency using Codex MCP, suggest additional edge cases. Supports review loop with context preservation.

188 2d ago A 27 tokens original MIT