PostToolUse
25Hook
Runs after a tool call finishes for Write and Edit tool calls, executing format-on-save.sh. From masanami/claude-harness.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing format-on-save.sh. From masanami/claude-harness.
Skill Claude CodeCodex
A read-only local code-review skill run by Codex, an AI coding agent.
Skill Claude CodeCodex
A skill for delegating a small research or routine workspace task to Codex and receiving a limited JSON summary.
Skill Claude CodeCodex
A command for creating commits using Conventional Commits, a shared format for commit messages that labels changes such as fixes or new features.
Skill Claude CodeCodex
A skill for recording lasting design decisions as ADR files. An ADR, or architecture decision record, is a document that explains an important technical choice and its reason.
Skill Claude CodeCodex
An end-to-end (E2E) testing helper that turns a ticket’s completion conditions and acceptance criteria into tests. E2E tests check a feature through the application as a user would.
Skill Claude CodeCodex
A skill for turning a feature-specification document into requirement tickets, or splitting a parent requirement into several implementation tickets. Tickets are trackable work items in a project system.
Skill Claude CodeCodex
A verification skill for implementation assumptions that depend on code in another repository. A repository is a project codebase managed separately from the current one.
Skill Claude CodeCodex
A feature-definition tool that discusses a request with the user and examines existing code to create one requirements and design document. It records important design decisions and, for complex features, the overall design.
Skill Claude CodeCodex
A guided demonstration process for end-to-end tests using Playwright with a visible browser. End-to-end tests check a complete user flow in an application, and the process compares each test with a CSV catalogue containing case IDs.
Skill Claude CodeCodex
A browser-based walkthrough that uses Playwright, a tool for controlling web browsers, to check whether an application works. A successful walkthrough can be turned into an end-to-end test, which checks a complete user journey.
Skill Claude CodeCodex
An explanation tool for end-to-end tests, which test a complete user flow across an application rather than one small function.
Skill Claude CodeCodex
A setup tool that examines a project and creates configuration files for running Claude Code inside a devcontainer, an isolated development environment defined by containers.
Skill Claude CodeCodex
A project setup tool that studies a codebase and creates CLAUDE.md and .claude/settings.json files. It also selects needed documentation areas and a branching approach.
Skill Claude CodeCodex
An implementation workflow that takes a GitHub Issue through design, TDD implementation, commit, end-to-end testing, pull request creation, and CI checks. TDD means writing tests as part of developing the code, and end-to-end tests check complete user flows.
Skill Claude CodeCodex
A pull-request workflow for reviewing and merging code changes. A pull request is a proposed change that is reviewed before it becomes part of the project.
Skill Claude CodeCodex
A workflow for handling pull-request review comments from people or automated tools. A pull request is a proposed code change submitted for review before it is merged into a project.
Skill Claude CodeCodex
A pre-release verification tool that checks every acceptance criterion on a parent issue and summarizes subtasks, quality checks, and end-to-end results before moving changes from an integration branch to main. Acceptance criteria are the conditions that must be met for work to be accepted.
Skill Claude CodeCodex
A code-quality check that runs automatic fixes, linting, type checking, and tests in order. Linting finds style and code problems, while type checking checks how values are used.
Skill Claude CodeCodex
A technical-debt scanner that reviews the whole project and groups findings by priority using the scope of a parent issue. Technical debt is existing code or design work that makes future changes harder.
Skill Claude CodeCodex
コード変更のセルフレビューを実施する。Triggers on: '/self-review', 'セルフレビュー', 'self-review', 'コードレビューして'.
Skill Claude CodeCodex
A diagnostic review that lists a system's public-facing parts and compares them with the behaviour actually covered by tests.
Skill Claude CodeCodex
A Test-Driven Development (TDD) method for writing tests and the production code they check. TDD uses a repeated cycle of writing a failing test, making it pass, and improving the code.