Command Claude Code
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Check the status of all active session recordings in this project.
Command Claude Code
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Check the status of all active session recordings in this project.
Command Claude Code
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). Exception: Post-Command sections that require agent-side actions (e.g., displaying a notice, generating a summary) are legitimate here. --> Stop recording and save this agent session to…
Command Claude Code
Check SageOx project status including authentication, sync, and daemon health.
Command Claude Code
Command "ox" from sageox/ox, covering sageox commands reference, get project conventions, check project health, update conventions and initialize sageox.
Command Claude Code
Command "release" from sageox/ox, covering release workflow, step 1: pre-flight checks, verify on main branch, clean working directory, run quality gates (run lint and tests in parallel) and step 1c: smoke tests (requires sageoxcipassword).
Hook Claude Code
Runs after a tool call finishes, running an inline shell check. From sageox/ox.
Hook Claude Code
Runs before the context is compacted, running an inline shell check (2 commands). From sageox/ox.
Hook Claude Code
Runs when a session ends, running an inline shell check. From sageox/ox.
Hook Claude Code
Runs when a session starts, running an inline shell check (2 commands). From sageox/ox.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check. From sageox/ox.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From sageox/ox.
Settings file Claude Code
Agent settings declaring 6 hook events (PostToolUse, PreCompact, SessionEnd, SessionStart).
Skill Claude CodeCodex
Use this skill before publishing any ClawHub skill from this repo, or after editing a SKILL.md, to verify the skill won't be flagged or rejected by ClawHub's server-side moderation pipeline. The skill re-implements every static-scanner rule from openclaw/clawhub's convex/lib/moderationEngine.ts plus the frontmatter…
Skill Claude CodeCodex
Watch an open pull request for new CI failures and review comments and drive it to a clean state. Uses the Monitor tool to stream PR status changes in real time so reactions are immediate instead of polled. Handles CodeRabbit nitpicks with judgment (do not blanket-skip) and treats "out of date" comments as…
Skill Claude CodeCodex
Search SageOx team memory BEFORE answering from first-principles reasoning. Auto-fire when the user references recent or specific work or asks a before/after question: "I just pushed...", "did X fix Y?", "is the alert gone now?", "this request", or anything tied to a prior decision, a prod anomaly, or a metric/cost…
Skill Claude CodeCodex
Read recorded team conversations locally and follow sageox:// citations back to what was actually said. Auto-fire when the user asks "what did we say in that meeting", "show me the discussion about X", "what's behind this claim", pastes a sageox:// citation URI or a cnv/rec id, or wants a transcript, the topics, or…
Skill Claude CodeCodex
Consult team context BEFORE creating or editing a Decision Record (ADR, DDR, architecture/design decision doc). Auto-fire when the user asks to "write an ADR", "add a decision record", "amend/update ADR-NNN", cites a DR by number, or edits a file under docs/adr/ or docs/decisions/. Run ox decision enrich --topic " "…
Skill Claude CodeCodex
Author the plan as a rich, self-contained interactive HTML page FIRST — that page IS the plan of record — then hand it to ox: ox plan save --file plan.html stores it in the ledger, derives the markdown from it, and computes the deterministic badges; ox plan render --file plan.html serves it with the ox chrome…
Skill Claude CodeCodex
Emit and paste the SageOx credit line at the TOP of a pull-request description — the human-facing counterpart to the machine SageOx-Session: trailer. Run ox pr header at PR-creation time; it renders a thin, on-brand, dark/light-aware line linking the session(s) and plan(s) that produced the change, naming the team…
Skill Claude CodeCodex
Answer "what value am I getting from SageOx?" with receipts, not vibes. Auto-fire when the user asks "is SageOx worth it", "what has SageOx done for me", "what am I getting out of SageOx", "should I keep using this", "was SageOx worth it this week", or says "ox recap" / "give me a recap". Run ox recap --json and…
Skill Claude CodeCodex
Audit every session in the project ledger for quality, then offer cleanup and regeneration. Carries the operational knowledge from the 2026-04-25 cleanup (the cache-only invariant and a failure-mode watch-list) that no single ox subcommand backs. Use when the user asks to "review the ledger sessions", "audit session…
Skill Claude CodeCodex
Manage SageOx Agent Skill bundles for this repository. Use when a user asks which ox skills are available, wants to install or repair Attest playbooks, or needs to understand how local coding agents receive team workflows.
Skill Claude CodeCodex
Choose review-friendly visual explanations with ox viz. Use when creating or updating a PR description, especially for architecture, lifecycle, data flow, before/after, or multi-component changes; also use for plans, docs, reports, and design notes. Start a material PR description with ox viz pr; ask a known reviewer…
Skill Claude CodeCodex
Review an INCOMING pull request as a maintainer and drive it to a merge decision. Security-scans it (customer + internal-systems risk), quality-reviews it with expert subagents, triages the bots' existing threads instead of duplicating them, posts inline review comments, and DECIDES: block, request changes, approve…