Help us improve
Share bugs, ideas, or general feedback.
From ecc
Runs commands, inspects repo state, debugs CI/builds, and makes narrow verified fixes with exact proof of what was executed and confirmed.
npx claudepluginhub affaan-m/ecc --plugin eccHow this skill is triggered — by the user, by Claude, or both
Slash command
/ecc:terminal-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when the user wants real repo execution: run commands, inspect git state, debug CI or builds, make a narrow fix, and report exactly what changed and what was verified.
Executes evidence-first repository workflows: running commands, inspecting git state, debugging CI/build failures, and pushing narrow fixes with exact execution and verification proof.
Generic CI environment rules for GitHub Actions workflows. Use when operating in CI — covers security, CI monitoring, comment formatting, and investigating session logs from other runs.
Orchestrates git operations: rich status surveys, worktree triage (prunable/WIP/ghost/orphan), commits, PRs, branches, rebases, stashes. Reads run inline via Bash, writes dispatch to background agent.
Share bugs, ideas, or general feedback.
Use this when the user wants real repo execution: run commands, inspect git state, debug CI or builds, make a narrow fix, and report exactly what changed and what was verified.
This skill is intentionally narrower than general coding guidance. It is an operator workflow for evidence-first terminal execution.
Pull these ECC-native skills into the workflow when relevant:
verification-loop for exact proving steps after changestdd-workflow when the right fix needs regression coveragesecurity-review when secrets, auth, or external inputs are involvedgithub-ops when the task depends on CI runs, PR state, or release statusknowledge-ops when the verified outcome needs to be captured into durable project contextSettle:
Before changing anything:
Solve one dominant failure at a time:
Use exact status words:
SURFACE
- repo
- branch
- requested mode
EVIDENCE
- failing command / diff / test
ACTION
- what changed
STATUS
- inspected / changed locally / verified locally / committed / pushed / blocked