mcp-codacy
Installation
SKILL.md
MCP Skill: Codacy
Scope
Use the MCP server configured as codacy in .vscode/mcp.json to pull static analysis findings and prioritize fixes that reduce risk without adding unnecessary abstraction.
Preconditions
- Ensure
.vscode/mcp.jsoncontains a server entry namedcodacy. - Ensure the
CODACY_ACCOUNT_TOKENinput is available (the VS Code MCP input prompt will request it).
Operating Rules
- Treat findings as a prioritization signal, not an excuse to refactor broadly.
- Fix issues at the source with minimal changes; do not suppress unless explicitly approved.
- Align with existing gates: ESLint, TypeScript type-check, dependency/architecture gate.
Typical Workflows
- Focused scan for touched files
- Query findings for files changed in the current task.