You're viewing a demo portfolio

Join the waitlist
PRSM

run_pr_gate_pipeline

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →