·wt-commit-and-pr
>_

wt-commit-and-pr

Commit all changes, push to remote, and create or update a GitHub PR for a story branch. With the draft-PR-first workflow, this is primarily used for incremental pushes to existing draft PRs. Also handles legacy cases where no PR exists yet.

12Installs·1Trend·@michael-menard

Installation

$npx skills add https://github.com/michael-menard/monorepo --skill wt-commit-and-pr

How to Install wt-commit-and-pr

Quickly install wt-commit-and-pr AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill wt-commit-and-pr
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: michael-menard/monorepo.

SKILL.md

View raw

Description Commits all staged changes in the current worktree, pushes to the remote, and creates a GitHub PR (or detects an existing one). Designed for automated use from workflow orchestrators.

Note: With the draft-PR-first workflow (/wt:new creates a draft PR upfront), this skill is primarily used for incremental commit+push operations to existing draft PRs. It gracefully handles both cases: existing PRs (reports "updated") and new PRs (creates one).

| STORYID | Yes | — | Story identifier (e.g., WINT-1012) | | STORYTITLE | Yes | — | Human-readable story title for commit message and PR | | EVIDENCEPATH | No | — | Path to EVIDENCE.yaml for AC checklist in PR body |

Commit all changes, push to remote, and create or update a GitHub PR for a story branch. With the draft-PR-first workflow, this is primarily used for incremental pushes to existing draft PRs. Also handles legacy cases where no PR exists yet. Source: michael-menard/monorepo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/michael-menard/monorepo --skill wt-commit-and-pr
Category
>_Productivity
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from michael-menard/monorepo

Quick answers

What is wt-commit-and-pr?

Commit all changes, push to remote, and create or update a GitHub PR for a story branch. With the draft-PR-first workflow, this is primarily used for incremental pushes to existing draft PRs. Also handles legacy cases where no PR exists yet. Source: michael-menard/monorepo.

How do I install wt-commit-and-pr?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill wt-commit-and-pr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/michael-menard/monorepo

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-03-10