mcp-codacy

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcp-codacy" with this command: npx skills add 7spade/black-tortoise/7spade-black-tortoise-mcp-codacy

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.json contains a server entry named codacy .

  • Ensure the CODACY_ACCOUNT_TOKEN input 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.

  • Prioritized remediation

  • Address correctness/security first, then maintainability.

  • Evidence for PR

  • Summarize top findings and which commits/changes resolved them.

Prompt Templates

  • "Run Codacy analysis and list the top issues in . Propose minimal fixes that preserve DDD boundaries."

  • "Given these Codacy findings: , group by severity and map to concrete code edits."

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

vscode-ext-commands

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mcp-chrome-devtools

No summary provided by upstream source.

Repository SourceNeeds Review
General

material-design-3

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-ddd

No summary provided by upstream source.

Repository SourceNeeds Review