By codacy
Codacy skills for Claude Code: query issues, enrich code reviews, and configure Codacy for your project.
Uses the Codacy Analysis CLI to run local static analysis on repositories or specific files. Handles installation, initialization, dependency management, dry-runs, and analysis with JSON output. Use whenever the user wants to analyze code locally, run static analysis, scan for bugs or security issues, lint files, check code quality without pushing to Codacy, or run tools like ESLint, Ruff, Semgrep, RuboCop, or any other supported analyzer on their machine. Also trigger when the user asks to analyze staged changes, scan a PR locally, or set up local Codacy analysis.
Uses the Codacy Cloud CLI to query repositories, issues, security findings, pull requests, tools, and patterns on Codacy Cloud. Use whenever the user mentions Codacy, asks about code quality metrics, wants to check issues or findings in a repo, inspect a pull request analysis, browse security vulnerabilities, enable or disable tools, search patterns, trigger a reanalysis, or interact with any remote Codacy data — even if they don't say "Codacy CLI" explicitly.
Enriches pull request code reviews with Codacy data — quality issues, security findings, coverage, and duplication. Use whenever the user asks to review a PR, check what a pull request introduced, verify PR coverage, look at PR quality, or find new issues in a PR. Also use when another code-review skill is active (e.g. CodeRabbit) to layer Codacy data on top. Trigger this skill for any pull request review workflow, even if the user just says "review PR 42" or "what's wrong with this PR".
Tunes an existing Codacy Cloud repository's configuration directly on the cloud, without local analysis, by importing the current config, suggesting higher-signal tools and patterns, reanalyzing, and iteratively reducing noise across two tuning passes. Requires the repository to already be on Codacy with at least one finished analysis. Uses the Codacy Analysis CLI only for config-file operations and the Codacy Cloud CLI for everything else. Produces a machine-readable JSON summary of pattern, tool, category, and severity changes plus conflicts and recommended path ignores. Use when the user wants to configure or tune Codacy directly on the cloud, reduce noise on a repository already analyzed by Codacy, optimize cloud patterns and tools, or improve the signal of cloud issues without running local analysis.
Tailors Codacy configuration to a project by discovering its stack, enabling the right tools and patterns, running analysis, and intelligently reducing noise — disabling irrelevant or noisy patterns, tuning thresholds, and excluding files that shouldn't be analyzed. Produces a machine-readable summary of all changes. Use whenever the user wants to configure Codacy, reduce noise, fix false positives, enable or disable tools or patterns, tune code quality rules, deal with too many warnings, or align Codacy with their project's conventions. Also trigger when the user complains about irrelevant issues, noisy linters, or wants to set up Codacy for the first time on a repo.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of skills that teach your AI coding assistant how to use the Codacy CLI to improve code quality workflows.
Compatible with Claude Code, OpenAI Codex, GitHub Copilot, Gemini CLI, and any agent that supports the Agent Skills standard.
| Skill | Description |
|---|---|
codacy-cloud-cli | Use the Codacy Cloud CLI to query issues, findings, pull requests, tools, and patterns |
codacy-code-review | Enrich code reviews with Codacy data — issues, coverage, security, duplication |
configure-codacy | Tailor Codacy configuration to your project and reduce noise |
configure-codacy-cloud | Tune Codacy configuration directly on the cloud for a repo already analyzed by Codacy |
setup-coverage | Set up test coverage reporting and upload to Codacy |
codacy-analysis-cli | Run local static analysis using the Codacy Analysis CLI |
npm install -g @codacy/codacy-cloud-cli)npm install -g @codacy/analysis-cli)CODACY_API_TOKEN environment variable set (obtain from Codacy > My Account > Access Management > Account API Tokens) or use the codacy login command (interactive login)claude plugin marketplace add codacy/codacy-skills
claude plugin install codacy-skills@codacy
Run claude plugin update to stay on the latest version.
codacy-cloud-cli/)This repository follows the Agent Skills standard. Codex discovers skills from .agents/skills/ — the .agents/skills/ directory in this repo already points at each skill via symlinks, so cloning is enough:
git clone https://github.com/codacy/codacy-skills ~/.codacy-skills
# Per-project
ln -s ~/.codacy-skills/.agents/skills .agents/skills
# Or globally
ln -s ~/.codacy-skills/.agents/skills ~/.agents/skills
Run git -C ~/.codacy-skills pull to get updates.
Copilot's coding agent reads AGENTS.md from your repository root:
curl -o AGENTS.md https://raw.githubusercontent.com/codacy/codacy-skills/master/AGENTS.md
gemini extensions install https://github.com/codacy/codacy-skills.git --consent
If you installed the plugin from the marketplace, Claude Code will use the published version — not your local edits. To test local changes, use --plugin-dir to load the plugin directly from your working copy:
# from the repo directory
claude --plugin-dir .
# or from anywhere, using the path
claude --plugin-dir /path/to/codacy-skills
This bypasses the marketplace entirely. Your local SKILL.md files are what Claude sees.
--plugin-dir as aboveskills//reload-plugins inside the session to pick up changes (no restart needed)If you have the marketplace plugin installed and want to be sure you're always hitting local code, uninstall the marketplace copy:
claude plugin uninstall codacy-skills@codacy
Reinstall it when you're done developing:
claude plugin install codacy-skills@codacy
See CONTRIBUTING.md for more on testing and submitting changes.
See CONTRIBUTING.md.
MIT — see LICENSE.
npx claudepluginhub codacy/codacy-skills --plugin codacy-skillsSpec quality auditing and improvement by Codacy. Helps developers write AI-agent-ready specifications — clear, testable, unambiguous. Works with Jira, Linear, and local spec files.
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
Codex-powered code review gate. Creates a review checkpoint that triggers Codex CLI review when Claude exits.
Claude Code skill to delegate prompts to OpenAI Codex CLI for code analysis, refactoring, code review, and automated editing
Collection of Claude Code skills, MCP servers, and hooks for enhanced productivity
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use