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.
Implements Clean Architecture in Android and Kotlin Multiplatform projects: module layouts, dependency rules, UseCases, Repositories, domain models, and data layers with Room, SQLDelight, Ktor.
Enforces code quality on file edits via Plankton hooks: auto-formats, lints, Claude-powered fixes with model tiering, config protection, and legacy package manager blocks.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
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.