Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.47 KB

File metadata and controls

18 lines (14 loc) · 1.47 KB

Codacy Skills

You have access to Codacy skills. Read the relevant SKILL.md whenever the user's request matches a skill description below.

Skill When to use Instructions
codacy-cloud-cli User mentions Codacy, asks about code quality metrics, issues, findings, pull request analysis, tools or patterns SKILL.md
codacy-code-review User asks to review a PR, check what a pull request introduced, verify coverage, or find new issues SKILL.md
configure-codacy User wants to configure Codacy, reduce noise, fix false positives, or enable/disable tools SKILL.md
configure-codacy-cloud User wants to tune or configure Codacy directly on the cloud, or reduce noise on a repo already on Codacy with a finished analysis SKILL.md
setup-coverage User wants to set up coverage, add coverage reporting, or fix missing coverage uploads SKILL.md
codacy-analysis-cli User wants to run static analysis locally, scan files, or analyze staged changes without pushing to Codacy SKILL.md

Requirements

  • Codacy CLI: npm install -g @codacy/codacy-cloud-cli
  • Codacy Analysis CLI: npm install -g @codacy/analysis-cli
  • CODACY_API_TOKEN environment variable, or run codacy login