You're viewing a demo portfolio

Join the waitlist
PRSM

analyze_diff_bugs

Active

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

declared in 1.0.0

Detect potential bugs and code smells from a git diff or two code versions. Returns a list of issues with severity levels and test suggestions.

Parameters schema

{
  "type": "object",
  "required": [
    "version2"
  ],
  "properties": {
    "context": {
      "type": "string",
      "description": "Optional PR title or feature context for better analysis"
    },
    "version1": {
      "type": "string",
      "description": "Original code (before changes). If omitted, only the new version is analysed."
    },
    "version2": {
      "type": "string",
      "description": "New/modified code (after changes)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
analyze_diff_bugs — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP