bkalafat/DiffPilot
If you are the rightful owner of DiffPilot and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
DiffPilot is an intelligent MCP server designed for PR code review, utilizing AI to enhance developer productivity.
Tools
Functions exposed to the LLM to take actions
get_pr_diff
Retrieves raw diff output between two branches.
review_pr_changes
Provides AI instructions for code review with diff.
generate_pr_title
Generates a PR title in the conventional commit format.
generate_pr_description
Creates a comprehensive PR description.
generate_commit_message
Generates a commit message from staged or unstaged changes.
scan_secrets
Detects accidentally committed API keys, passwords, and tokens.
diff_stats
Provides detailed statistics about changes.
suggest_tests
Analyzes code changes to suggest appropriate test scenarios.
generate_changelog
Generates changelog entries from commits.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client