agentsclimarketplace

Phase commit

Skill yarlson/yarstack/plugins/yarstack/skills/phase-commit

Engineering workflows and standards for Codex and Claude Code: plan, implement, test, review, and deliver repository changes.

Install
npx -y skills add yarlson/yarstack --skill phase-commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Create one local commit for a completed, validated, and reviewed unit of work. Use only when the user explicitly requests a commit without pushing or other delivery actions.

SKILL.md

1.4 KB, as published. Nobody here has run it

Phase Commit

Create one isolated local commit without changing history or external state.

Workflow

  1. Confirm required repository checks and applicable validation and review cover the exact intended content.
  2. Inspect status, staged and unstaged changes, and relevant untracked files; preserve all unrelated user work.
  3. Stop when scope is ambiguous or includes sensitive, unexpectedly generated, or otherwise unsafe paths.
  4. Stage only explicit paths with git add -- <paths>; never use broad staging commands or globs.
  5. Review the staged path list and diff against the requested unit.
  6. Draft the commit subject and body using repository conventions, then use english-text-review and apply its material findings without changing technical meaning.
  7. Commit without bypassing hooks or changing signing policy.
  8. Verify the created commit content and remaining worktree.

Do not amend, rewrite history, push, create branches or pull requests, manage CI, tag, release, or include unrelated changes.

On hook or commit failure, stop and report the blocker without claiming completion.

Finish only after verifying the created commit, then report its hash and concise summary.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.