agentsclimarketplace

Issue authoring

Skill kurone-kito/idd-skill/skills/issue-authoring

πŸ€– An automated setup kit for implementing loop engineering based on issue-driven development in your repository; since 2026.5

Install
npx -y skills add kurone-kito/idd-skill --skill issue-authoring

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Draft or refine IDD-ready GitHub issues, roadmap issues, and sub-issues before the normal IDD execution loop begins. Use when a request is too large or ambiguous for one reviewable change, when work needs decomposition or dependency encoding, or when the user asks for issue drafting, roadmap planning, or parallelizable task breakdown.

SKILL.md

7.0 KB, as published. Nobody here has run it

Issue Authoring

Use this skill to prepare issue-ready work before execution starts. Keep the skill concise and treat the repository docs as the canonical source for the full contract and schema. The canonical source bundle lives in this repository; install copies in the agent-specific skill directory your runtime reads.

Stable Phases

Use two stable phases:

  1. Intake and Clarification β€” inspect relevant context, identify ambiguity, run a secondary critique or explicit self-critique, and ask only the questions that block safe issue drafting. Keep clarification bounded; use the repository-local issueAuthoring.maxClarificationRounds value when available, otherwise default to 3 rounds. Under-clarification stop rule: if, after bounded clarification, you still cannot name the concrete surface to edit or an objective verification for a candidate task, route it to needs-decision or ask β€” do not publish a confidently-vague ready issue. Reliability over speed.
  2. Decompose and Draft β€” restate the request in implementation terms, split it into atomic tasks, classify readiness, reuse existing issues when safe, and draft the smallest issue shape that preserves dependencies and reviewability.

Preserve low-readiness work in stable buckets: ready, deferred, needs-decision, blocked-by-human, and out-of-scope.

Workflow

  1. Read the bundled contract in references/contract.md.
  2. Reuse or extend an existing issue before creating a new one β€” but never edit the body of an actively-claimed or open-PR issue (its claimed agent will not pick the change up); cover it with a follow-up issue instead. See the contract's claim-state precondition.
  3. Choose the smallest safe output shape:
    • orphan issue for one ready autonomous task only when the target repository discovers orphans (issue-scope: roadmap-first, the default, via the orphan fallback, or orphan-first) and any configured orphan-first-policy approval step can be completed after drafting
    • roadmap plus sub-issues for multi-task or multi-session work
    • stable non-ready buckets for deferred, needs-decision, blocked-by-human, or out-of-scope work
  4. Prefix-first: resolve the target repository's marker prefix before emitting any authoring marker β€” roadmap-id, blocked-by, autopilot-suitability, or effort. Use the prefix documented by the target repository's onboarding or IDD docs, and ask the user instead of guessing when the prefix is not discoverable. Never default to this source repository's idd-skill prefix in an installed bundle.
  5. Keep dependencies machine-readable and minimal:
    • roadmap identity via <!-- <marker-prefix>-roadmap-id: ... -->
    • active child issues via roadmap task-list links
    • issue-to-issue dependencies via Blocked by #NNN
    • sequential roadmap dependencies via <!-- <marker-prefix>-blocked-by: ... --> only when a separate roadmap must close first
    • keep independent sibling work in roadmap task lists unless a true correctness, availability, or ordering constraint requires a dependency edge
  6. Before publishing a ready orphan, roadmap, or child body, run the audit-authored-issue linter against it as the mechanical pre-publish gate β€” see Mechanical pre-publish gate in the bundled contract, including the manual fallback for instructions-only installs with no helper runtime. Resolve every reported failure before treating the issue as ready.
  7. When the user explicitly authorizes publication, manage the authoring label for each created or updated issue:
    • resolve issueAuthoring.authoringLabelName, defaulting to status:authoring
    • create the label with gh label create before first use when the target repository does not already have it
    • treat label creation or application failure as a publishing blocker
    • apply the label before updating an existing issue
    • create new issues with the label when supported, or apply the label immediately after creation
    • if post-create label application fails, close the created issue before stopping; deletion needs admin permission the authoring agent typically lacks (and docs/permissions.md forbids for normal IDD), so it is not the default path
    • remove the label from all published issues only after the full set is published, the user confirms the result, and the user explicitly requests release from the authoring hold for IDD execution
    • leave the label in place if publishing is interrupted before release
  8. Stop at the approval boundary. Drafting issues does not authorize publishing them or starting the IDD execution loop unless the user explicitly asked for that.

Reference Routing

Output Checklist

  • Preserve low-readiness work in stable buckets instead of dropping it.
  • Keep acceptance criteria explicitly verifiable.
  • Keep human-dependent setup, review, and approval work isolated from ready execution issues whenever possible.
  • Link every active child issue from its roadmap body.
  • Justify each dependency edge and keep independent sibling work as roadmap task-list entries.
  • Record reuse or extension decisions when the skill does not create a new issue.
  • Avoid widening drafting output beyond the user request without saying so.
  • Run the audit-authored-issue linter (or its manual fallback in instructions-only installs) against every drafted ready body and resolve every reported failure before publishing.
  • Name a concrete surface to edit and an objective verification for every ready candidate; route anything else to needs-decision or ask instead of guessing (the under-clarification stop rule).
  • Resolve the target repository's marker prefix before emitting any authoring marker; never assume this source repository's idd-skill prefix in an installed bundle (the prefix-first rule).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.