codacy-audit how-tos catalog
This catalog is live. When an assistant performs concrete analysis on a Codacy question that requires more than one wrapper call OR more than one jq pipeline OR cross-referencing another skill, AND the answer is not already documented here or in the per-domain SKILL.md, the assistant MUST author a new entry under how-tos/<slug>.md AND add it here BEFORE marking the task complete.
Skipping this rule means the next assistant repeats the analysis from scratch -- that is an explicit framework violation.
Entries
- fetch-large-pr-issue-list -- fix or verify the
jq: Argument list too longfailure mode by passing large Codacy issue arrays through a temporary file andjq --slurpfile. - handle-malformed-local-json -- handle
analyze-local.shdumps that have a.jsonsuffix but contain Codacy tool-runner logs instead of parseable JSON. - reproduce-pr-22423-markdownlint -- reproduce the 864 markdownlint findings PR #22423 saw on its first CI run, locally via
analyze-local.sh --tool markdownlint. - triage-action-required-without-token -- fetch public Codacy v3 PR issue details when GitHub check-run annotations are empty and no
CODACY_TOKENis available.