con un clic
debug
// Full debugging workflow — reproduce the bug with a failing test, perform root cause analysis, then implement a minimal fix.
// Full debugging workflow — reproduce the bug with a failing test, perform root cause analysis, then implement a minimal fix.
Configure GitHub for Cyrus — gh CLI login and git config for PRs, with optional webhook setup to enable @mention responses in PR comments, automated rebases and merges, and auto-fixing based on CI failures (coming soon).
Configure Slack integration for Cyrus — create a Slack app from manifest, then guide the user to save credentials.
Orchestrate F1 test drives to validate the Cyrus agent system end-to-end across issue-tracker, EdgeWorker, and activity rendering.
Invoke when dev-testing a Cyrus change that spans CYPACK (edgeworker + CLI) and CYHOST (Vercel-hosted GUI) and the hosted GUI needs to point at an unreleased `cyrus-core` from this repo. Publishes `cyrus-core` (and `claude-runner` if needed) as a `-test.N` prerelease under the npm `test` dist-tag so CYHOST can install it via `cyrus-core@test` without affecting the `latest` dist-tag or shipping a real release.
Create a Linear OAuth application and configure Cyrus to use it — supports agent-browser automation or guided manual setup.
Print a summary of the Cyrus setup and offer to start the agent.
| name | debug |
| description | Full debugging workflow — reproduce the bug with a failing test, perform root cause analysis, then implement a minimal fix. |
Debug a reported issue using a structured reproduction-then-fix approach.