submit-pr

Installation
SKILL.md

submit-pr

Workflow

1. Get the Linear issue ID

Ask the user for the Linear issue identifier if not already in context (e.g. ENG-42).

Fetch the issue: get_issue(id) to get the title, description, and acceptance criteria.

2. Run tests

Run the project's test command (check package.json, Makefile, or ask the user).

If tests fail: STOP. Report which tests failed and ask the user to fix them before proceeding. Do not create the PR with a failing build.

3. Push the branch

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 26, 2026