mkfix

Solid

Diagnoses and fixes bugs, type errors, lint failures, CI/CD issues, and runtime errors via root-cause-first investigation. Use for defect remediation. NOT for investigation without a fix (see mk:investigate); NOT for build-only compilation errors (see mk:build-fix).

AI & Automation 15 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Fixing Unified skill for fixing issues of any complexity with structured diagnosis. ## Common Workflow (Authoritative) ``` Bug → Mode Select → [Check Memory: standard/deep] → Scout (MANDATORY) → Diagnose → [quick: confirm the known cause directly | standard/deep: investigate → sequential-thinking] → root cause? → yes → Root-Cause Proof → Complexity → Fix ROOT CAUSE → Verify + Prevent (MANDATORY) → pass → Report + capture only when recurrence/salience warrants it → fail <3 → re-diagnose | fail 3+ → STOP ``` **This flow is authoritative.** If prose conflicts, follow the flow. ## Profiles - **quick** — known cause and one or two files: minimal scout, compact root-cause proof, edit, focused before/after check, and summary. No default plan, report, wiki, memory, commit prompt, or subagent fan-out. - **standard** (default) — full evidence chain, root-cause proof, focused regression test, relevant suite, and review. - **deep** — standard plus an approved plan when a contract or architecture changes. **HARD GATE** Do NOT propose or implement fixes before completing Steps 1-2 (Scout + Diagnose). Symptom fixes are failure. Find the cause first through structured analysis, NEVER guessing. If 3+ fix attempts fail, STOP and question the architecture — discuss with user. `--quick` may use the compact proof, but it never bypasses Scout, Diagnose, root-cause evidence, Verify + Prevent, or the three-failed-attempt stop. ## Arguments - `--auto` — Standard profile with autom...

Details

Author
ngocsangyem
Repository
ngocsangyem/MeowKit
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category