Skip to content

Commit 213a7b9

Browse files
claudiacodacyclaude
andcommitted
docs: broaden skills section to cover Claude.ai and non-Claude users
Rename section from Claude Code-specific to general AI assistant guidance. Cover both Claude Code and Claude.ai installation paths. Add note for non-Claude users pointing them to the skills repo as a reference. Add codacy-skills repo to See also. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 33259cb commit 213a7b9

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

docs/codacy-cloud-cli/index.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Install and use the Codacy Cloud CLI to manage your repositories, i
66

77
The Codacy Cloud CLI gives you a fast terminal interface to your Codacy data. Add repositories, review issues, investigate security findings, inspect pull requests, and configure tools—all without opening a browser.
88

9-
Pair it with the [Codacy Claude Code skill](#install-the-claude-code-skill) to interact with your Codacy data in plain language directly from your AI assistant.
9+
Pair it with [Codacy Skills](#use-with-an-ai-assistant) to interact with your Codacy data in plain language directly from your AI assistant.
1010

1111
<div style="position: relative; padding-bottom: 61.224489795918366%; height: 0;"><iframe src="https://www.loom.com/embed/1960b3f07f2c419682a1e22e2b2928d1" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"></iframe></div>
1212

@@ -40,23 +40,25 @@ Get your API token under **My Account > Access Management > API Tokens** in Coda
4040

4141
To remove your stored credentials, run `codacy logout`.
4242

43-
## Install the Claude Code skill {: id="install-the-claude-code-skill"}
43+
## Use with an AI assistant {: id="use-with-an-ai-assistant"}
4444

45-
!!! tip
46-
This step is optional but highly recommended. The Codacy skill for Claude Code lets you ask questions about your Codacy data in plain language, without needing to remember command syntax.
47-
48-
Install the Codacy skills package in Claude Code:
49-
50-
```bash
51-
claude plugin install codacy-skills@codacy
52-
```
53-
54-
Once installed, you can ask Claude things like:
45+
The [Codacy Skills](https://github.com/codacy/codacy-skills) repository provides a set of skills for Claude (Claude Code and Claude.ai) that let you interact with your Codacy data in plain language, without needing to remember command syntax:
5546

5647
- "Show me the critical security findings in my org"
5748
- "What issues were introduced in PR #42?"
5849
- "Ignore all false positives in the last pull request"
5950

51+
!!! tip
52+
If you use **Claude Code**, install the skills package in one step:
53+
54+
```bash
55+
claude plugin install codacy-skills@codacy
56+
```
57+
58+
If you use **Claude.ai**, download the skill folder, zip it, and upload it under **Settings > Capabilities > Skills**.
59+
60+
For other AI assistants, use the CLI commands directly — the skills repository is a useful reference for understanding what the CLI can do and how to structure prompts.
61+
6062
## What you can do
6163

6264
All commands follow the same pattern:
@@ -252,6 +254,7 @@ jobs:
252254
## See also
253255
254256
- [Codacy Cloud CLI on GitHub](https://github.com/codacy/codacy-cloud-cli)
257+
- [Codacy Skills on GitHub](https://github.com/codacy/codacy-skills)
255258
- [API tokens](../codacy-api/api-tokens.md)
256259
- [Using the Codacy API](../codacy-api/using-the-codacy-api.md)
257260
- [GitHub integration and AI Reviewer](../repositories-configure/integrations/github-integration.md#ai-reviewer)

0 commit comments

Comments
 (0)