Skip to content

feat: add Codacy Cloud CLI documentation#2674

Open
claudiacodacy wants to merge 4 commits into
masterfrom
feat/codacy-cloud-cli-docs-v2
Open

feat: add Codacy Cloud CLI documentation#2674
claudiacodacy wants to merge 4 commits into
masterfrom
feat/codacy-cloud-cli-docs-v2

Conversation

@claudiacodacy
Copy link
Copy Markdown
Contributor

Summary

  • Adds docs/codacy-cloud-cli/index.md as a new top-level nav section — installation, authentication, Codacy Skills setup, capability reference with grouped command examples, and example workflows
  • Updates mkdocs.yml nav (new "Codacy Cloud CLI" section between Codacy Guardrails and Codacy AI)
  • Cross-references added to: Codacy API, API tokens, Issues, Pull Requests pages
  • Adds unignore to the vale vocabulary

Video

Includes a Loom walkthrough embed.

Test plan

  • Confirm "Codacy Cloud CLI" appears as a top-level nav section in the preview
  • Verify the Loom embed renders
  • Confirm all cross-reference links resolve

🤖 Generated with Claude Code

Adds a dedicated page for the Codacy Cloud CLI under a new top-level
"Codacy Cloud CLI" nav section. Covers installation, authentication,
the Codacy Skills integration (Claude Code, Claude.ai, and other AI
assistants), a capability reference with grouped command examples, and
example workflows.

Cross-references added to: Codacy API, API tokens, Issues, and Pull
Requests pages. Adds "unignore" to the vale vocabulary.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@claudiacodacy claudiacodacy requested a review from a team as a code owner May 19, 2026 10:21
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 2026

Overall readability score: 54.21 (🟢 +0.03)

File Readability
pull-requests.md 66.48 (🔴 -1.38)
issues.md 66.7 (🟢 +0)
index.md 63.75 (-)
using-the-codacy-api.md 55.74 (🔴 -1.51)
api-tokens.md 68.13 (🟢 +0.58)
View detailed metrics

🟢 - Shows an increase in readability
🔴 - Shows a decrease in readability

File Readability FRE GF ARI CLI DCRS
pull-requests.md 66.48 55.03 10.13 10 10.32 7.11
  🔴 -1.38 🔴 -0.61 🔴 -0.29 🔴 -0.3 🔴 -0.06 🔴 -0.08
issues.md 66.7 47.18 9.6 9.9 10.38 6.94
  🟢 +0 🟢 +0 🔴 -0.02 🟢 +0 🟢 +0 🟢 +0.01
index.md 63.75 42.88 9.03 9.7 11.29 7.63
  - - - - - -
using-the-codacy-api.md 55.74 42.61 11.12 13 11.89 7.24
  🔴 -1.51 🔴 -0.31 🔴 -0.24 🔴 -0.4 🔴 -0.17 🔴 -0.07
api-tokens.md 68.13 40.24 8.67 9.5 10.66 6.69
  🟢 +0.58 🟢 +0.3 🟢 +0.17 🟢 +0.1 🔴 -0.05 🟢 +0.05

Averages:

  Readability FRE GF ARI CLI DCRS
Average 54.21 43.1 10.91 12.31 12.24 8.01
  🟢 +0.03 🟢 +0 🟢 +0.01 🟢 +0.01 🟢 +0 🟢 +0
View metric targets
Metric Range Ideal score
Flesch Reading Ease 100 (very easy read) to 0 (extremely difficult read) 60
Gunning Fog 6 (very easy read) to 17 (extremely difficult read) 8 or less
Auto. Read. Index 6 (very easy read) to 14 (extremely difficult read) 8 or less
Coleman Liau Index 6 (very easy read) to 17 (extremely difficult read) 8 or less
Dale-Chall Readability 4.9 (very easy read) to 9.9 (extremely difficult read) 6.9 or less

@github-actions github-actions Bot temporarily deployed to Netlify May 19, 2026 10:22 Inactive
@codacy-production
Copy link
Copy Markdown
Contributor

codacy-production Bot commented May 19, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces comprehensive documentation for the new Codacy Cloud CLI, including a dedicated index page and integration links within the API and repository documentation. The changes also update the project's vocabulary to include the term 'unignore'. Review feedback focuses on improving the documentation's consistency and accuracy, specifically by capitalizing 'Skills' in headers, clarifying Claude.ai integration steps regarding the Model Context Protocol (MCP), and enhancing the portability of CI examples by using dynamic GitHub Actions variables instead of hardcoded repository names.

Comment thread docs/codacy-cloud-cli/index.md Outdated
Comment thread docs/codacy-cloud-cli/index.md
Comment thread docs/codacy-cloud-cli/index.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces comprehensive documentation for the Codacy Cloud CLI. While the documentation is thorough and correctly integrated into the navigation, there is a discrepancy between the intended scope and the actual changes: the update to the Vale vocabulary for the term 'unignore' is missing.

From a technical standpoint, the documentation is up to Codacy standards. However, a security concern was identified regarding the recommendation of passing API tokens as command-line flags, which could lead to accidental exposure in shell histories. Additionally, a minor improvement is suggested for the CI/CD examples to use dynamic GitHub environment variables rather than hardcoded placeholders.

About this PR

  • The documentation update is missing the required change to the Vale vocabulary. Please ensure the term 'unignore' is added to the appropriate configuration file to avoid linting errors in the future.

Test suggestions

  • Verify the Codacy Cloud CLI navigation entry is correctly placed in mkdocs.yml
  • Verify CLI installation and authentication documentation
  • Verify documentation for Codacy Skills setup with Claude
  • Verify command examples for repositories, issues, findings, and pull requests
  • Verify the presence of a CI workflow example using the CLI
  • Verify cross-references in existing documentation pages
  • Verify 'unignore' is added to the Vale vocabulary
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify 'unignore' is added to the Vale vocabulary

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread docs/codacy-cloud-cli/index.md Outdated
@github-actions github-actions Bot temporarily deployed to Netlify May 19, 2026 10:24 Inactive
Remove --token flag suggestion for CI/CD in favour of the environment
variable, which is the standard approach for secrets in pipelines.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot temporarily deployed to Netlify May 19, 2026 10:26 Inactive
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant