# Introducing Codacy Skills (Part 4): Scan and fix your code before you push

> Source: <https://blog.codacy.com/introducing-codacy-skills-part-4-scan-and-fix-your-code-before-you-push>
> Published: 2026-09-14 12:08:23+00:00

Codacy Skills teach coding agents like Claude Code to run Codacy from the terminal where the code is written: working findings, tuning rules, wiring up test coverage.

This is the final post in the series, and it covers the two skills that move the analysis loop itself onto your machine, at the two moments it pays off most. The Analysis CLI Skill scans and fixes your code before you commit, so your pull requests open without the issues Codacy would have flagged. The Code Review Skill works an open PR locally, so a red check gets cleared with a single push instead of a push per round trip. The first half of this post needs no Codacy account.
