CtrlK
BlogDocsLog inGet started
Tessl Logo

codacy

SKILL.md
Quality
Evals
Security

Parse arguments

Extract from the invocation:

ArgumentValuesDefault
modepr, backlogauto-detect (see below)
--categoriesall, quality, security-and-error-proneall

Auto-detect mode: if no mode is given, run gh pr view --json number on the current branch.

  • If an open PR is found → mode is pr
  • If no PR is found → mode is backlog

Validate preconditions

Check each of the following. On failure, print a clear error and stop — do not spawn the agent.

  1. op CLI available: op --version must succeed.
  2. Not on a protected branch: git branch --show-current must not return main or master.
  3. Inside a git repo: git rev-parse --is-inside-work-tree must return true.
  4. Mode is determinable: either explicitly provided, or auto-detection succeeded.

Delegate to agent

Once all preconditions pass, spawn the codacy-handler agent with the resolved parameters in the prompt:

Run the codacy-handler workflow with:

  • mode: <resolved mode>
  • categories: <resolved categories>
Repository
koenighotze/wheel-of-meeting
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.