AI AGENT ADDONS

This guide helps you write better commits and pull requests. Each commit should be small and focus on one thing. Do not mix code changes with formatting or refactoring. Use a short message that explains what you did.

Keep your pull requests small and focused. Run tests before you submit. Every commit should tell part of the story. If you use GitHub Actions, be careful with turn limits and avoid rabbit holes.

Never commit secrets, passwords, or .env files. When adding a new dependency, include its license and update your notice file. Always check official docs before guessing API parameters.

Add Pr Workflow skill to your workflow

Global

mkdir -p ~/.claude/skills/pr-workflow

Project

mkdir -p .claude/skills/pr-workflow

Source Repository

Stars
22,394
Forks
1,125
Watchers
22,394
License
MIT
Last Push
1 month ago
Created
3 years ago