·fix-bug
</>

fix-bug

Debug and fix bugs in Syncpack using scientific debugging methodology. Use when a test is failing, unexpected behaviour occurs, or investigating issues. Covers hypothesis-driven debugging and TDD-based fixes.

10Installs·0Trend·@jamiemason

Installation

$npx skills add https://github.com/jamiemason/syncpack --skill fix-bug

How to Install fix-bug

Quickly install fix-bug AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jamiemason/syncpack --skill fix-bug
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jamiemason/syncpack.

SKILL.md

View raw

| State is Unknown | visitpackages not called or instance skipped | | Wrong state assigned | Validation logic order, earlier check overriding | | Instance not found | Package/dependency name mismatch, location format | | Command not running | Missing registration in cli.rs, main.rs, or commands.rs | | Panic/unwrap failure | Unexpected None or Err value |

| CLI parsing | src/cli.rs | | Config loading | src/config.rs, src/rcfile.rs | | Package reading | src/packages.rs, src/packagejson.rs | | State assignment | src/visitpackages/.rs | | Command output | src/commands/.rs, src/commands/ui/ | | Version parsing | src/specifier/.rs |

| Create | Read config, packages, collect instances | context.rs, packages.rs | | Inspect | Assign InstanceState | visitpackages.rs, visitpackages/.rs | | Run | Process instances, output/write | commands/.rs |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jamiemason/syncpack --skill fix-bug
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from jamiemason/syncpack

Quick answers

What is fix-bug?

Debug and fix bugs in Syncpack using scientific debugging methodology. Use when a test is failing, unexpected behaviour occurs, or investigating issues. Covers hypothesis-driven debugging and TDD-based fixes. Source: jamiemason/syncpack.

How do I install fix-bug?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jamiemason/syncpack --skill fix-bug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jamiemason/syncpack