masanami

47 mods across 1 repository, 5 stars between them.

PostToolUse

25

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.

5 3d ago A tokens not measured

codex-task

27

masanami/claude-harness

Skill Claude CodeCodex

A skill for delegating a small research or routine workspace task to Codex and receiving a limited JSON summary.

5 3d ago A 78 tokens

commit

28

masanami/claude-harness

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.

5 3d ago A 27 tokens

create-adr

29

masanami/claude-harness

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.

5 3d ago A 125 tokens

create-e2e

30

masanami/claude-harness

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.

5 3d ago A 83 tokens

create-ticket

31

masanami/claude-harness

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.

5 3d ago A 81 tokens

cross-repo-verify

32

masanami/claude-harness

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.

5 3d ago A 105 tokens

define-feature

33

masanami/claude-harness

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.

5 3d ago A 105 tokens

demo-e2e

34

masanami/claude-harness

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.

5 3d ago A 105 tokens

demo

35

masanami/claude-harness

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.

5 3d ago B 71 tokens

explain-e2e

36

masanami/claude-harness

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.

5 3d ago A 109 tokens

init-devcontainer

37

masanami/claude-harness

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.

5 3d ago D 42 tokens

init-project

38

masanami/claude-harness

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.

5 3d ago B 99 tokens

para-impl

39

masanami/claude-harness

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.

5 3d ago A 98 tokens

pr-merge

40

masanami/claude-harness

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.

5 3d ago A 35 tokens

pr-review-respond

41

masanami/claude-harness

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.

5 3d ago A 67 tokens

promote-verify

42

masanami/claude-harness

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.

5 3d ago A 93 tokens

quality-check

43

masanami/claude-harness

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.

5 3d ago A 61 tokens

reduce-debt

44

masanami/claude-harness

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.

5 3d ago A 60 tokens

self-review

45

masanami/claude-harness

Skill Claude CodeCodex

コード変更のセルフレビューを実施する。Triggers on: '/self-review', 'セルフレビュー', 'self-review', 'コードレビューして'.

5 3d ago A 35 tokens

surface-audit

46

masanami/claude-harness

Skill Claude CodeCodex

A diagnostic review that lists a system's public-facing parts and compares them with the behaviour actually covered by tests.

5 3d ago A 122 tokens

tdd-impl

47

masanami/claude-harness

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.

5 3d ago A 99 tokens