debug
๐ฏSkillfrom ceedaragents/cyrus
A structured debugging workflow that guides through reproducing bugs with failing tests, performing root cause analysis via data flow tracing, and implementing minimal targeted fixes verified against the full test suite.
Same repository
ceedaragents/cyrus(5 items)
Installation
npx vibeindex add ceedaragents/cyrus --skill debugnpx skills add ceedaragents/cyrus --skill debug~/.claude/skills/debug/SKILL.mdSKILL.md
More from this repository4
A Cyrus setup skill that configures Claude Code authentication credentials, supporting API key, OAuth token from the active CLI session, or third-party providers like Vertex AI and AWS Bedrock, with secure secret handling that never exposes credentials in the conversation context.
An AI-guided setup skill for Cyrus that handles installing dependencies, configuring auth, creating Linear/GitHub/GitLab/Slack integration apps, and connecting repositories so the Cyrus agent can monitor issues and process them with AI coding assistants.
A workflow skill that guides the agent to implement requested changes by writing production-ready code following existing patterns, running tests to verify correctness, handling edge cases, and keeping changes focused on the request.
A shipping workflow skill that runs all quality checks (tests, lint, typecheck), validates acceptance criteria from the issue tracker, updates changelogs, commits and pushes changes, and creates or updates pull/merge requests on GitHub or GitLab.