Use when asked to review a MR/PR on GitHub or GitLab. Checks for XSS vulnerabilities, validates ARIA attributes and WCAG compliance, identifies render-blocking issues and race conditions, enforces semantic HTML. Produces actionable feedback.
74
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill explicitly fetches and ingests MR/PR diffs, repository files, and blob search results from GitHub/GitLab via MCP (see "Access & diffs", "Fetch diffs", and "Source of truth: remote only") and requires the agent to read and act on that untrusted third‑party repository content as part of its review workflow, which could allow indirect prompt injection embedded in code/comments/HTML.