ワンクリックで
commit-many
Stage and commit all uncommitted changes as a series of logical, well-ordered commits
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Stage and commit all uncommitted changes as a series of logical, well-ordered commits
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run a full code review of the current change — fan out every relevant review concern across independent subagents (the local review skills plus the ably-skills code-review-* plugin) and synthesise one consolidated report. Read-only; never edits code.
Audit whether the demos under demo/ are still current with a change — they compile against and use the changed public API correctly, showcase new or renamed capabilities, and keep their e2e test coverage current. Read-only; produces a conformance report and never edits code.
Review documentation for accuracy, completeness, and conformance to the project's doc standards — whether a code change left docs/ stale or incomplete, or as the review half of the docs writing loop. Read-only; produces a conformance report and never edits code or docs.
Audit whether changed code conforms to the project's own rules in .claude/rules/ and the conventions in CLAUDE.md. Read-only; produces a conformance report and never edits code.
Audit whether the .claude/rules/* guidance still matches the code after a change — stale conventions, drifted examples, rules describing removed behaviour, or new conventions the change introduces that a rule should capture. Read-only; produces a conformance report and never edits code or rules.
Write or improve markdown documentation for the AI Transport SDK. Follows the project's doc principles (atomic pages, problem-first framing, one path then depth) and the established style from the docs that received positive feedback.
SOC 職業分類に基づく
| name | commit-many |
| description | Stage and commit all uncommitted changes as a series of logical, well-ordered commits |
| allowed-tools | Skill |
This skill runs the shared ably-skills:git-commit-many workflow, with the
project-specific override below.
The shared skill delegates each individual commit to /git-commit. In this
repository, delegate to the local commit skill (/commit) instead, so the
project's commit-message conventions (component prefixes, Jira ticket
placement) are applied to every commit in the series.
Invoke the ably-skills:git-commit-many skill with the Skill tool and follow
its steps in full (gather context, plan the commits, execute the plan with
selective line staging), substituting /commit for /git-commit wherever it
delegates the per-commit message generation.