| name | git-workflow |
| description | Guides the agent on how to handle git operations and generate .patch files instead of submitting PRs. |
Git Workflow Skill
This skill provides guidelines for interacting with the Git repository and generating patches.
Steps
- Clone Repository:
git clone https://github.com/<owner>/<repo>.git
- Make Changes: Edit files in the cloned repository.
- Generate Patch:
Rules
- CRITICAL: Do NOT push to remote branches.
- CRITICAL: Do NOT attempt to create Pull Requests or use GitHub CLI (
gh).
- Always verify your changes locally before generating the patch.
- Save all generated patches to
{workspace}/output/.