Pr Description

Write clear pull request descriptions that help reviewers understand what changed and why.

RahulRachhoya Updated

File contents

PR Description

Template

## Summary
[1-3 bullet points of what this PR does]

## Changes
- `path/to/file.py`: [what changed and why]
- `path/to/other.py`: [what changed and why]

## Testing
- [x] Unit tests pass
- [x] Manual testing done
- [ ] Integration tests (if applicable)

## Related
Closes #123

Rules

  • Small PRs are reviewed faster — aim for <400 lines changed
  • One concern per PR — don't mix refactoring with features
  • Link to issues — "Closes #42" auto-closes on merge
  • Include screenshots for UI changes (before/after)
  • Explain the why — reviewers can read the diff for the what

Checklist Before Opening

  • All tests pass locally
  • No debug code (console.log, print, breakpoints)
  • No TODOs left in new code
  • No secrets committed
  • CHANGELOG updated (if applicable)
  • Documentation updated (if applicable)

RahulRachhoya/auto-skill-mcp/tree/main/src/auto_skill_mcp/skill_data/pr-description commit 3518edc6af

Frequently asked questions

npx skillmds@latest add rahulrachhoya/pr-description