What problem does it solve?
This Skill interprets SonarCloud static-analysis output and audits repository structural documentation against the actual code changes in a pull request, reducing manual review effort and preventing documentation drift.
Core Features & Use Cases
- SonarCloud interpretation: Parse provided SonarCloud findings, categorize by severity, and produce clear, human-readable summaries with concrete, file-and-line-specific fix suggestions.
- Documentation audit (The Librarian): Use git diffs to identify new or changed functions and components, read CODE-STRUCTURE.md and related layer docs, verify signatures and Calls:/Renders: lines, and list missing or inaccurate documentation entries.
- Actionable reporting: Return two structured sections for the caller — prioritized SonarCloud feedback with suggested code fixes, and a documentation audit checklist with exact edits required to synchronize docs with code.
- Use Case: When a PR is marked ready, run this skill as a subagent to convert CI-provided SonarCloud output and the PR diff into prioritized fixes and documentation updates.
Quick Start
Analyze the provided SonarCloud report and PR diff, then return prioritized code fixes and a checklist of required documentation updates.