fallow-rs/fallow · Archived

open-draft-pr

Prepare local changes for review with an intentional commit, push, and ready PR for fallow. Use when the user wants to publish work, open a PR, or turn local changes into a reviewable branch.

First seen Aug 8, 2026

Installation

$ npx skills add fallow-rs/fallow --skill open-draft-pr

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fallow-rs/fallow · top by installs.

npx skills add fallow-rs/fallow

Browse all from fallow-rs/fallow

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.4K
License LICENSE
Default branch main
Open issues 7
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,327 B
  • docs SUMMARY.md 212 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

<!-- Generated from .agents/skills. Do not edit. -->

Open Review PR

This skill keeps its historical file/name for compatibility, but fallow PRs are ready for review by default. Do not open draft PRs unless the user explicitly asks for a draft.

Workflow:

  1. Review the changed files and confirm the scope.
  2. Run the smallest relevant validation for the touched area.
  3. Prepare a concise conventional commit message.
  4. Commit with signing if committing is requested.
  5. Push the branch. GitHub refuses a PR for a branch with no commits; make an

intentional empty coordination commit before the first push when the branch is fresh.

  1. Open a ready PR with a high-signal conventional title and body.

Requirements:

  • Use conventional commits.
  • Use signed commits.
  • Use a descriptive non-codex/ branch name, for example feat/<slug>,

fix/<slug>, refactor/<slug>, docs/<slug>, or chore/<slug>.

  • Do not pass --draft to gh pr create unless the user explicitly asks for a draft.
  • Do not add AI attribution.
  • Summarize validation honestly if some checks were not run.