audit-ticket
01Skill Claude CodeCodex
Audit a stale GitHub issue against the current codebase, then update or sunset it. Use when the user says "audit this ticket", or asks whether an old issue is still needed or should be sunset.
Skill Claude CodeCodex
Audit a stale GitHub issue against the current codebase, then update or sunset it. Use when the user says "audit this ticket", or asks whether an old issue is still needed or should be sunset.
Skill Claude CodeCodex
Backend and database performance checklist. Use when writing or reviewing any backend endpoint, service, or DB query, when adding a WHERE clause or index, or when a query rewrite is proposed. Triggers on "endpoint is slow", "N+1", "race condition".
Skill Claude CodeCodex
Drive a real browser through a UI flow with Playwright — navigate, click, fill, screenshot every step, and check network and console. Use when the user names a flow to run against a URL, or after a UI change lands and needs verifying in the browser.
Skill Claude CodeCodex
Calibrate and reconcile a batch of estimates on a shared project board.
Skill Claude CodeCodex
Reconcile repeated code-review rounds against one scope and findings ledger. Use after any review round, or when review findings keep generating more review work.
Skill Claude CodeCodex
Upload a Markdown or HTML artifact to Folslate and return a public fol.ink URL. Use to share plans, reports, audits, findings, or other user-facing material as a link, when output is too long to paste inline, or when reading a fol.ink link.
Skill Claude CodeCodex
Direct brand and visual-design work from brief through production handoff. Use for logo exploration or refinement, layout, typography, color systems, critique, brand identity, brief simplification, or final SVG and PNG asset packages.
Skill Claude CodeCodex
Generate, remix, and rank product or app names, then verify their exact standard-price .com domains. Use when naming an app or product, remixing name fragments or an existing name, or checking a name shortlist.
Skill Claude CodeCodex
MANDATORY post-task acceptance verification. Fire before reporting ANY task complete. Route code, UI, documentation, global configuration or skills, external metadata or data, and publication or deployment to their user-facing boundaries.
Skill Claude CodeCodex
Orchestrate ledger-tracked work through subagents. Use for a bundled GitHub ticket with 3+ sub-issues, a request for subagent-driven execution, resuming such a run after compaction, or explicit away/keep-going delegation even when only one task remains.
Skill Claude CodeCodex
File one GitHub issue an assignee can act on unaided. Use when reporting a bug, requesting work, or capturing a finding as a ticket.
Skill Claude CodeCodex
Open a GitHub pull request whose title and body a reviewer understands in one read. Use when opening a PR or publishing ready-to-publish work for review — never open one by hand.
Skill Claude CodeCodex
Triage and fix review findings that already exist on a GitHub PR, then reply and resolve the threads. Use on a CodeRabbit review URL, a PR whose review comments still need working through, or a local /review-pr findings file. When the PR has no findings yet, /review-pr produces them first.
Skill Claude CodeCodex
Fix TypeScript errors and loop the type-check until green. Use when the user says "ts errors" or "fix types", when a change "still isn't working" in a TS context, after editing any TypeScript file, and when another skill needs the type-check loop (/done, /parallel-review, /fix-pr-review).
Skill Claude CodeCodex
Write a conventional commit. Use when the user asks to commit, or asks for a commit message to run themselves.
Skill Claude CodeCodex
Grill the user on a plan, one question at a time, until every decision in its tree is resolved. Use when the user says "grill me", or passes a plan file to be interrogated.
Skill Claude CodeCodex
Hardens a written plan against the real codebase before any code exists — a plan edit is cheaper than a code refactor. Use when the user asks to harden, check, or lint a plan they are about to execute, and proactively when /grill-me or /grilling hands off a written plan. Fires while the plan is still text; once code…
Skill Claude CodeCodex
Consolidate, replace, or supersede hosted analytical reports without losing evidence.
Skill Claude CodeCodex
Verified, restorable backup of an OpenClaw install, with a restore runbook written for that install.
Skill Claude CodeCodex
Run every code reviewer in parallel over a local diff and merge their findings into one ranked list. Use when the user asks for a review of uncommitted changes, says "quick review", or after significant code changes; and when another skill needs the local-diff review (done runs it as its review step).
Skill Claude CodeCodex
Prepare or block a shared-state write. Use immediately before changing shared or remote state (issue, PR, board, publication), published Git history, production-like data or live services, or an off-box copy.
Skill Claude CodeCodex
Discovery interview before writing code on a new project — interrogate requirements, stack, and conventions, then emit CLAUDE.md, PATTERNS.md and the project's lib/ scaffolding. Use when the user starts a new project, or when they seem unsure about a technical decision that will be expensive to reverse.
Skill Claude CodeCodex
Resolve an in-progress git conflict without a silent drop. Use when the worktree is mid-merge, mid-rebase, mid-cherry-pick or mid-stash-pop — CONFLICT (content), <<<<<<< markers, Unmerged paths, or fix conflicts and then commit the result.
Skill Claude CodeCodex
Search before you write, and sweep before you finish — 3-layer search (name, behavior, reference), the reuse ladder, the duplication sweep, and the smells that mean you are about to fork. Use BEFORE creating any new utility, type, schema, component, hook, constant, module, or package; BEFORE hardcoding a literal that…