agentsclimarketplace

Pr draft

Skill yarlson/yarstack/plugins/yarstack/skills/pr-draft

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 pr-draft

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

Publish confirmed local changes as a monitored GitHub draft pull request. Use only when the user authorizes branch creation, scoped staging, commit, push, draft PR creation, and CI follow-up.

SKILL.md

1.9 KB, 338 tokens by cl100k_base, as published. Nobody here has run it

Draft PR

Own end-to-end draft-PR publication after implementation, validation, and review are complete.

Workflow

  1. Confirm shipping authority, repository rules, base branch, remotes, current branch, exact scope, and completed validation and review evidence.
  2. Preserve unrelated staged, unstaged, and untracked work. Stop only when safe isolation is impossible or a scoped path is sensitive or unexpectedly generated.
  3. Create a short branch when needed, stage explicit paths with git add -- <paths>, and review the staged path list and diff.
  4. Run required checks when existing evidence does not cover the exact staged content.
  5. Commit using repository conventions and push with an upstream when needed.
  6. Follow repository PR templates, title conventions, and required fields. Otherwise write concise evidence-based Problem, Change, Tests, and only necessary Notes sections.
  7. Use english-text-review on the completed title and body, then apply its material findings without changing verified facts, required template wording, or technical terms.
  8. Open a draft PR and monitor checks for the pushed commit.
  9. Diagnose failures from logs. Route behavior changes through behavior-implement and test-design, and specialist failures through their owning workflow; verify, commit, and push only scoped corrections.
  10. Stop when checks pass, the user permits cancellation, or a concrete external blocker prevents meaningful progress.

Do not rewrite history, force-push, merge, mark ready, release, weaken tests, disable validation, expose secrets, or override repository PR conventions.

Finish with the draft PR URL, commits, checks, final CI state, and blockers.

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.