cy-orquestrate-issue

cy-orquestrate-issue is a skill for Claude Code, Codex from compozy/compozy. It costs 92 tokens per session (1,540 once invoked), scanned A, original, MIT.

An issue-resolution coordinator that investigates a GitHub bug, creates a separate Git worktree (an isolated copy of the code), and assigns an agent to implement the fix through a pull request.

In plain words
What is it for?
Use it to investigate bug reports, create missing issues, delegate fixes, and follow the resulting pull request until its checks and review comments are addressed.
Why use it?
It keeps each bug's work isolated and tracks the implementation session, tests, continuous integration checks, and review feedback without mixing unrelated changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

Good fit Use it to investigate bug reports, create missing issues, delegate fixes, and follow the resulting pull request until its checks and review comments are addressed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/compozy/compozy/cy-orquestrate-issue
About the project

Compozy is a system for coordinating AI coding agents, allowing command-line agents to divide work, exchange tasks, run scheduled or repeated jobs, and share project memory under browser supervision. Developers and technical operators use it to create, automate, and monitor ongoing agent work. The catalogue entries provide skills and other add-ons for its agent workflows.

compozy/compozy · 2,739 stars · on GitHub · compozy.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add compozy/compozy --skill cy-orquestrate-issue
Clone the repo
git clone --depth 1 https://github.com/compozy/compozy

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cy-orquestrate-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/compozy/compozy/cy-orquestrate-issue/github.svg)](https://agentmods.dev/skills/compozy/compozy/cy-orquestrate-issue)
Your own site
<a href="https://agentmods.dev/skills/compozy/compozy/cy-orquestrate-issue"><img src="https://agentmods.dev/badge/skills/compozy/compozy/cy-orquestrate-issue/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cy-orquestrate-issue

Your own site · 80×15
<a href="https://agentmods.dev/skills/compozy/compozy/cy-orquestrate-issue"><img src="https://agentmods.dev/badge/skills/compozy/compozy/cy-orquestrate-issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,540 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.01540
Opus 5 $0.00046 $0.00770
Sonnet 5 $0.00018 $0.00308
Haiku 4.5 $0.00009 $0.00154

Measured today against content hash 0ffe7386af61, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cy-orquestrate-issue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/cy-orquestrate-issue/SKILL.md · 108 lines

How it starts

The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchestrate Issue Resolution

The orchestrator investigates and dispatches; a dedicated CompozyOS session implements each issue through PR delivery.

Contract and inputs

  • Accept issue numbers/URLs or a bug report with screenshots, logs, or reproduction steps. Resolve the repository from the workspace remote; ask only if the target remains ambiguous.
  • Default executor: agent general, provider codex, model gpt-6-astra, reasoning effort high. Explicit user overrides win. Verify the effective runtime; never silently substitute a model.
  • Create one new managed worktree and new logical session per issue. Follow-ups for that issue go to its recorded session. Never repurpose an unrelated active session.
  • An invocation to resolve issues authorizes the scoped issue, branch, push, PR, review replies, and review-remediation work. It does not authorize merge, destructive Git, deleting worktrees, installing reviewers, or changing the user's host runtime. Existing session authorization wins.
  • Default orchestration ends after verified dispatch, with the executor responsible for the full delivery contract. If asked to accompany delivery, supervise until that contract is satisfied. A launch report must say in progress, never that the issue is resolved.

1. Load the runtime contract

Use the active harness to resolve compozy__skill_view. Load the Compozy skill and the full references selected by its router for tools, worktrees, sessions, orchestration, and Goals: references/tools-and-skills.md, references/native-tools.md, references/worktrees.md, references/runtime-operations.md, references/tasks-and-orchestration.md, and references/loops.md. Reuse complete current reads from this session. Follow source-qualified command_id and retained-result continuation instructions when supplied.

Discover capabilities with compozy__tool_search and inspect live descriptors with compozy__tool_info. The canonical IDs below are discovery keys, not harness invocation names. Use the returned references and current schemas. A denied tool/skill read is not permission to bypass policy through CLI or filesystem access.

Read the full file on GitHub · 108 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 108 lines · 92 tokens per session scan A 0ffe7386af61

Subscribe to this mod's changes

cy-orquestrate-issue is a skill published in the GitHub repository compozy/compozy (2,739 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 1,540 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other skills, from other repositories

agent-merge-conflict-arbiter

Neutral arbiter for merge conflicts between two agents.

NousResearch/hermes-agent · 19 tokens

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens

bisect

Bisect regressions or broken builds in the Chromium repository using deterministic binary search, checking out midpoint commits, syncing dependencies with gclient sync, compiling the target with autoninja, and querying the user for test results until the culprit commit is isolated.

chromium/chromium · 52 tokens

mantis-critic

Assesses the production viability of findings, filtering out debug-only features and assertion traps. Use when findings have been validated and you need to confirm they are triggerable in production release builds (with assertions disabled). Don't use for writing reproduction scripts or patches.

google/mantis · 55 tokens

hotpath_bump

Bump the hotpath version number across the workspace and related files. Updates crate versions in Cargo.toml files (exact patch version) and version references in the backend middleware, hotpathinit skill, and README (major.minor only). Use when the user wants to bump, bump the version, or release a new hotpath…

pawurb/hotpath-rs · 73 tokens

triaging-merge-queue-failures

Decision procedure for a PR that failed or was removed from the Trunk merge queue: classify the kick (superseded by a newer commit, not mergeable, a gate that failed on a cancelled run, real failure, one-off flake, or repo-wide flaky/infra issue) and take the matching action (wait, hold and fix, requeue once, or…

PostHog/posthog-foss · 180 tokens