reconcile-impl
Update implementation to satisfy added, updated, or deleted tests in the current commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update implementation to satisfy added, updated, or deleted tests in the current commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Make a set of things (code, prose, config, docs) consistent along a dimension the user names, by picking a canonical form and conforming every member to it.
Remove illegal states from data structures by redesigning their types so the illegal states cannot be represented at all.
Remove unnecessary comments from code: tombstones, redundant restatements, and comments a well-named variable or function would replace.
Perform a task with a worker agent, critique it with an adversary agent, and apply the accepted critiques with a reconciler agent.
Replace jargon and imported metaphors in code and prose with concrete, domain-fitting terms a reader understands without translation.
Create a new Claude Code skill following the conventions of existing skills.
| name | reconcile-impl |
| description | Update implementation to satisfy added, updated, or deleted tests in the current commit. |
| argument-hint | [extra guidance or areas to focus on] |
Update the implementation to satisfy added, updated, or deleted tests in the
current jj commit.
jj show --git
Arguments: $ARGUMENTS
Reconcile against the tests named in the arguments if given; otherwise the tests changed in the current commit shown above; if there are no arguments and the commit has no changes, ask the user which tests to reconcile against and stop.