Skip to content

chore: add PR creation skill for Claude/Cursor agents#245

Open
adityamehra wants to merge 1 commit intomainfrom
chore/add-pr-skill
Open

chore: add PR creation skill for Claude/Cursor agents#245
adityamehra wants to merge 1 commit intomainfrom
chore/add-pr-skill

Conversation

@adityamehra
Copy link
Copy Markdown
Contributor

Summary

  • Adds .claude/skills/pr/SKILL.md — a structured workflow for AI agents (Claude Code, Cursor) to follow when creating pull requests
  • Covers branch management, linting with ruff check + ruff format, test discovery by affected package, PR description generation, and error handling
  • Documents common lint pitfalls (F401 unused imports, I001 import sorting) and the correct CI-matching commands

Test plan

  • Skill file is valid Markdown with correct frontmatter
  • No code changes — documentation only

Made with Cursor

Adds a structured workflow for AI agents to follow when creating pull
requests, including branch management, linting (ruff check + format),
test discovery by affected package, PR description generation, and
error handling.

Made-with: Cursor
@adityamehra adityamehra requested review from a team as code owners April 3, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant