Files
Ray Tien 4f6974ebe9 Feature/error resolver skill (#148)
* fix(commands): Quote argument-hint to prevent YAML parsing error

* feat(skill): Add error-resolver skill for systematic error diagnosis

    - Main SKILL.md with error classification framework and 5-step resolution process
    - Pattern libraries: nodejs, python, react, go, rust, database, docker, git, network
    - Analysis guides: stack-trace parsing, root-cause analysis
    - Replay system: solution templates for recording and reusing fixes

* fix: Address code review feedback from cubic

    - Remove incorrect python -v command (SKILL.md, stack-trace.md)
    - Remove non-existent --async-stack-traces flag (stack-trace.md)
    - Fix useMemo pattern that could cause stale data (react.md)
    - Add sleep helper and throw after max retries (network.md)
    - Update MySQL upsert to new AS syntax (database.md)
    - Add sleep helper for deadlock retry (database.md)
2025-12-20 14:18:40 -05:00
..