run_pr_gate_pipeline
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Full automated QA pipeline for a pull request. Takes a unified git diff (output of `git diff HEAD`) and returns: bug hotspots, regression impact areas, risk score (0–100), generated test cases, severity assessment, and a merge recommendation (PASS / CONDITIONAL / BLOCK). This is the highest-value QA tool — use it when reviewing any code change.
Parameters schema
{
"type": "object",
"required": [
"git_diff"
],
"properties": {
"context": {
"type": "string",
"description": "Optional PR title or description for richer analysis"
},
"git_diff": {
"type": "string",
"description": "Unified git diff (output of `git diff HEAD` or copied from GitHub diff view)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries