sonarqube-check

Retrieve detailed SonarQube quality gate failure reasons for pull requests.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill sonarqube-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sonarqube-check
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa/skills/sonarqube-check
Command: npx skills add https://github.com/CodySwannGT/lisa --skill sonarqube-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers understand why their pull requests are failing SonarQube or SonarCloud quality gates, providing specific reasons for the failures.

Core Features & Use Cases

  • Retrieve Failure Details: Connects to the SonarQube MCP server to fetch detailed information about quality gate failures.
  • Report Reasons: Clearly outlines all the specific reasons a pull request did not meet the quality standards.
  • Use Case: After a pull request is blocked by SonarQube, use this Skill to quickly identify the exact code quality issues (e.g., bugs, vulnerabilities, code smells) that need to be addressed.

Quick Start

Use the sonarqube-check skill to find out why the last pull request failed SonarQube.

Frequently Asked Questions about sonarqube-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find out why my pull request failed the SonarQube quality gate?

You can retrieve detailed reasons for SonarQube quality gate failures by querying the SonarQube server to identify specific issues like bugs, vulnerabilities, and code smells blocking your pull request.

What specific issues cause a SonarCloud quality gate to block code integration?

SonarCloud quality gate failures are caused by specific code quality issues like bugs, vulnerabilities, and code smells that violate the configured standards and block pull request merging.

How do I get detailed failure analysis for SonarQube pull request checks?

To get detailed failure analysis for SonarQube pull request checks, query the SonarQube server to fetch and clearly outline all the specific reasons your code did not meet the configured quality standards.

Does this SonarQube check work with SonarCloud?

Yes, this failure analysis works with both SonarQube and SonarCloud, querying the server to report detailed reasons for quality gate failures on your pull requests.

Do I need a SonarQube server to diagnose quality gate failures?

Yes, you need a SonarQube or SonarCloud server setup because the skill queries the server to retrieve and report detailed reasons for quality gate failures on your pull requests.