Back to browse
GitHub Repository

A command-line tool to interact with Codacy Cloud directly from your terminal.

1 starsTypeScript

Codacy Skills for Claude, Codex, Copilot, etc.

by claudiacsf·Jun 10, 2026·1 point·0 comments

AI Analysis

MidShip It

CLI wrapper for Codacy's existing SaaS, agent integration is marketing not implementation.

Strengths
  • Auto-detects git remote provider, org, and repo from origin URL for convenience.
  • Server-side analysis means agent tokens aren't consumed during quality checks.
Weaknesses
  • Just REST API calls wrapped in CLI, no novel technique or architectural insight.
  • Only useful if you already pay for Codacy Cloud, no standalone value.
Target Audience

Engineering teams already using Codacy Cloud platform

Similar To

Codacy Dashboard · SonarQube CLI · CodeClimate CLI

Post Description

Codacy is a code quality and security platform that helps eng teams enforce coding standards against their AI generated code.

They just launched agent skills and a cloud CLI, which allows Claude etc. to handle everyday tasks without using the UI

E.g. prompt: "PR 42 is failing the gate, fix what's real, add the tests, ignore the false positives with a reason, re-run."

The analysis runs server-side and burns no agent tokens.

Similar Projects