You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: docs/codacy-cloud-cli/index.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Install and use the Codacy Cloud CLI to manage your repositories, i
6
6
7
7
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.
8
8
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.
@@ -40,23 +40,25 @@ Get your API token under **My Account > Access Management > API Tokens** in Coda
40
40
41
41
To remove your stored credentials, run `codacy logout`.
42
42
43
-
## Install the Claude Code skill {: id="install-the-claude-code-skill"}
43
+
## Use with an AI assistant {: id="use-with-an-ai-assistant"}
44
44
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:
55
46
56
47
- "Show me the critical security findings in my org"
57
48
- "What issues were introduced in PR #42?"
58
49
- "Ignore all false positives in the last pull request"
59
50
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
+
60
62
## What you can do
61
63
62
64
All commands follow the same pattern:
@@ -252,6 +254,7 @@ jobs:
252
254
## See also
253
255
254
256
- [Codacy Cloud CLI on GitHub](https://github.com/codacy/codacy-cloud-cli)
257
+
- [Codacy Skills on GitHub](https://github.com/codacy/codacy-skills)
255
258
- [API tokens](../codacy-api/api-tokens.md)
256
259
- [Using the Codacy API](../codacy-api/using-the-codacy-api.md)
257
260
- [GitHub integration and AI Reviewer](../repositories-configure/integrations/github-integration.md#ai-reviewer)
0 commit comments