Create Pr
Automatically generates well-formatted pull requests from specified branches based on davila7's coding standards.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-create-pr npx -- -y @trustedskills/davila7-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This frontend skill enables AI agents to generate Pull Request descriptions and summaries directly within a codebase context. It automates the documentation of changes by analyzing the specific files modified during a development session.
When to use it
- You need a standardized, high-quality description for every feature branch before merging.
- Your team requires automated changelogs that accurately reflect the logic added or removed in recent commits.
- You want to reduce manual overhead when creating PRs after long coding sessions with an AI agent.
- You are working on a frontend project where precise UI and component change tracking is essential for code review.
Key capabilities
- Generates structured Pull Request descriptions based on actual file modifications.
- Summarizes the intent and impact of changes made during the current session.
- Integrates seamlessly with
claude-code-templatesworkflows to streamline frontend development cycles.
Example prompts
- "Create a pull request description for the changes I just made to the user dashboard component."
- "Summarize the bug fixes implemented in the last 30 minutes and format them for a PR."
- "Generate a PR summary highlighting the new API integration added to the frontend service layer."
Tips & gotchas
Ensure your AI agent has full read/write access to the repository so it can detect which files were actually modified during the session. For best results, run this skill immediately after completing a set of coding tasks while the context window still contains the relevant file diffs.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.