918 B
918 B
description, argument-hint
| description | argument-hint | |
|---|---|---|
| Create a pull request with CI validation and lint checks |
|
Create a pull request with the following workflow:
- Check current branch and ensure it's not main/master
- Run
git statusto see current state - Run all linters and automatically fix any issues
- Run type checking
- Stage any lint/type fixes
- If there are uncommitted changes, commit them first
- Push the current branch to remote (with -u flag if needed)
- Create the PR using
gh pr createwith:- Clear title (use argument if provided, or generate from commits)
- Summary of changes from all commits in the branch
- Test plan checklist
- After PR is created, monitor PR checks status using
gh pr checks - Return the PR URL and deployment information from GitHub
IMPORTANT: Do NOT add any Claude Code attribution or co-author tags. Do NOT run tests locally - rely on GitHub PR checks.