cyrusagents
- 17 skills
- 0 followers
- 1 week ago last updated
- ▌ Debug · cyrusagentsFull debugging workflow — reproduce the bug with a failing test, perform root cause analysis, then implement a minimal fix.
- ▌ Release · cyrusagentsPrepare, verify, publish, and finish a coordinated Cyrus CLI release. Use when a user asks to release Cyrus, publish cyrus-ai, run a CLI release, or perform the /release workflow.
- ▌ Summarize · cyrusagentsFormat a final summary message for Linear. Your output is automatically streamed to the Linear agent session — just format it well, do not post it yourself.
- ▌ Cyrus Setup · cyrusagentsSet up Cyrus end-to-end — install prerequisites, configure authentication, create integrations (Linear, GitHub, Slack), add repositories, and launch. Run this once to get Cyrus running as a background agent.
- ▌ Investigate · cyrusagentsResearch the codebase to answer questions. Search for relevant files, gather context, and provide clear answers.
- ▌ F1 Test Drive · cyrusagentsOrchestrate F1 test drives to validate the Cyrus agent system end-to-end across issue-tracker, EdgeWorker, and activity rendering.
- ▌ Verify And Ship · cyrusagentsRun all quality checks (tests, lint, typecheck), fix failures, update the changelog, commit, push, and create/update the pull request or merge request.
- ▌ Cyrus Setup Slack · cyrusagentsConfigure Slack integration for Cyrus — create a Slack app from manifest, then guide the user to save credentials.
- ▌ Cyrus Setup Github · cyrusagentsConfigure 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).
- ▌ Cyrus Setup Gitlab · cyrusagentsConfigure GitLab authentication for Cyrus — glab CLI login and git config for creating merge requests.
- ▌
- ▌ Cyrus Setup Linear · cyrusagentsCreate a Linear OAuth application and configure Cyrus to use it — supports agent-browser automation or guided manual setup.
- ▌ Cyrus Setup Endpoint · cyrusagentsConfigure the public webhook endpoint for Cyrus — ngrok, Cloudflare Tunnel, or custom URL.
- ▌ Cyrus Setup Repository · cyrusagentsAdd one or more Git repositories to Cyrus configuration so it can process issues from those repos.
- ▌ Cyrus Setup Claude Auth · cyrusagentsConfigure Claude Code authentication for Cyrus — API key, OAuth token, or third-party provider.
- ▌ Release Core Test · cyrusagentsInvoke 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.
- ▌ Cyrus Setup Prerequisites · cyrusagentsCheck and install prerequisites for Cyrus — Node.js, jq, gh CLI, and the cyrus-ai npm package.