What problem does it solve?
Fix a shuck lint rule that has conformance deltas against ShellCheck. Use this
skill whenever the user asks to fix a rule (e.g., "fix C001", "fix the deltas
for C006"), debug why a rule is producing wrong results, or work through a bug
document in docs/bugs/. This skill is about diagnosing whether a delta is a shuck bug
or a ShellCheck quirk and then fixing at the right layer — not about implementing new rules from
scratch (that's the implement-rule skill).
Core Features & Use Cases
- Diagnose whether a delta is ShellCheck right or shuck right.
- Fix at the layer where the problem originates (parser/semantic/facts) rather than hacking the rule.
- Work with corpus-test deltas, bug docs, and corpus-metadata to track divergences.
Quick Start
Provide a minimal reproducer, identify the layer to fix, implement the correction, and verify via targeted corpus tests.