Engineering Fix banner
Fmarzochi Fmarzochi

Engineering Fix

Security community

Description

--- description: Applies engineering corrections from the last /engineering-audit run. Creates an isolated branch, applies changes incrementally, runs lint + typecheck + tests after each file, and reverts on failure. Requires explicit user confirmation before any modification. argument-hint: [--severity <critical|high|medium|low> | --file <path> | blank for CRITICAL only] --- # Engineering Fix **Input**: $ARGUMENTS Applies the remediation plan produced by `/engineering-audit`. Operates exclus

Installation

Installs to ~/.claude/skills/fmarzochi-egc-engineering-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fmarzochi-egc-engineering-fix && curl -fsSL https://raw.githubusercontent.com/Fmarzochi/EGC/HEAD/commands/engineering-fix.md -o ~/.claude/skills/fmarzochi-egc-engineering-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository