Pre Merge Checklist
Ensures smooth merges by automatically generating a checklist of required steps and tasks, preventing errors and streamlining collaboration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pre-merge-checklist npx -- -y @trustedskills/pre-merge-checklist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pre-merge-checklist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pre-merge-checklist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates a checklist to ensure code changes are ready for merging into a main branch. It helps prevent regressions and ensures quality by prompting for confirmation of common tasks like running tests, updating documentation, and verifying the build process. The generated checklists can be customized based on project needs and team standards.
When to use it
- Before submitting a pull request or merge request.
- When onboarding new developers to a codebase.
- To standardize pre-merge procedures across a development team.
- For projects with complex deployment pipelines requiring specific verification steps.
Key capabilities
- Generates customizable checklists.
- Prompts for confirmation of common tasks.
- Helps prevent regressions and ensure code quality.
- Supports standardization of merge processes.
Example prompts
- "Generate a pre-merge checklist for a Python project."
- "Create a checklist for merging, including running unit tests and updating the README."
- "Give me a pre-merge checklist tailored to a React application with Cypress end-to-end tests."
Tips & gotchas
The quality of the checklist depends on the specificity of your prompt. Providing details about the project type or specific concerns will yield more relevant results.
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.