fix-test
SkillFix a failing Vanta compliance test by generating code changes and opening a pull request
Install
git clone https://github.com/VantaInc/vanta-mcp-plugin.git ~/.claude/skills/fix-testWhat is fix-test?
Fix a failing Vanta compliance test by generating code changes and opening a pull request
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Inherit all session tools
Declares no tool restrictions — inherits every session tool
~22 tokens of context used while enabled, before you invoke anything
Documentation
README · ~1 min readFix the failing Vanta test specified in $ARGUMENTS.
Steps
- Parse the test ID. If
$ARGUMENTSis a URL (e.g.,https://app.vanta.com/c/<slug>/tests/<testId>), extract the test ID from the path. If it's a plain string, use it directly as the test ID. - Get remediation context. Call
getAgentRemediationPromptwith the test ID and follow instructions. - Follow the returned prompt. The
getAgentRemediationPromptresponse contains a system prompt and user message with test-specific remediation intelligence. Follow these instructions to scan the local repository and generate the fix.
Edge cases
- Test ID not found: Call
teststo fetch the failing tests list, fuzzy-match against the provided ID, and present the closest matches. "I couldn't find a test called[id]. Did you mean one of these?" Never dead-end. - Test is already passing: "This test is currently passing. No remediation needed." Then show the failing tests list so the user can pick something else.
- Malformed or non-test URL: "I couldn't parse a test ID from that URL." Then show the failing tests list.
- Ambiguous description (no ID): If
$ARGUMENTSdoesn't match a test ID, calltestsand filter by keyword. If one match, proceed. If multiple, show candidates with entity counts and ask which one. If none, show the full failing tests list.
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
235.3K stars
gstack
Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
125.1K stars
mem0
Universal memory layer for AI Agents
62K stars
Plugins
All plugins →superpowers
Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.
263.6K stars
ponytail
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
92K stars
claude-security
Deep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged before it is reported and the verification tally computed in code. Turns surviving findings into targeted patches, each verified by a panel of agents, tha
32.9K stars
Subagents
All subagents →ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
235.3K stars
code-reviewer
Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, especially before committing changes or creating pull requests. It will check for style violations, potential issu
32.8K stars
agent-creator
Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples: <example> Context: User wants to create a code review a
32.8K stars
Commands
All commands →commit-push-pr
Commit, push, and open a PR
32.8K stars
modernize-harden
Security vulnerability scan with a reviewable remediation patch — OWASP, CWE, CVE, secrets, injection
32.8K stars
modernize-status
Where am I in the modernization workflow — artifact inventory, staleness, secrets hygiene, next step
32.8K stars
MCP Servers
All mcp servers →Hooks
All hooks →PostToolUse (Edit|Write|MultiEdit|NotebookEdit)
Security guidance plugin — pattern-based warnings on edits, git-diff-based LLM review on stop
Stop
Security guidance plugin — pattern-based warnings on edits, git-diff-based LLM review on stop
PostToolUse (Bash)
Security guidance plugin — pattern-based warnings on edits, git-diff-based LLM review on stop