From vanta
Fix failing Vanta compliance tests using code. Apply when the user mentions Vanta tests, compliance test failures, remediation, test IDs (e.g., "cloudtrail-log-file-validation"), Vanta URLs (app.vanta.com), or compliance frameworks (SOC 2, ISO 27001, HIPAA).
npx claudepluginhub vantainc/vanta-mcp-plugin --plugin vantaThis skill uses the workspace's default tool permissions.
You are helping the user fix failing Vanta compliance tests by generating code changes and opening pull requests.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
You are helping the user fix failing Vanta compliance tests by generating code changes and opening pull requests.
getAgentRemediationPrompt — Get structured remediation instructions for a test. Returns a system prompt, user message, and entity context. Always call this before attempting any fix.tests — List tests with their status, metadata, and remediation infolist_test_entities — Get failing entities for a specific testThese rules apply to every interaction involving Vanta tests, regardless of how the conversation started.
getAgentRemediationPrompt before suggesting a fix. Never rely on general LLM knowledge for remediation. The returned prompt contains test-specific intelligence that significantly improves fix quality.getAgentRemediationPrompt may return guidance instead of code. Existing remediation instructions are often stale. Always supplement with a web search for current documentation when instructions reference external services, consoles, or third-party tools./vanta:fix-test <id>", "Want to try the next test?"getAgentRemediationPrompt with the test ID to get remediation instructions, the system prompt, and failing entity details. Follow its instructions.Fixes: <testUrl> in the PR description so Vanta can auto-trigger a test re-run and track remediation.