agentsclimarketplace

Issue workflow

Skill Chrike/coding-agent-skills/skills/issue-workflow

Lightweight Claude Code skills for daily AI-assisted development workflows.

Install
npx -y skills add Chrike/coding-agent-skills --skill issue-workflow

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 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

Use when the user clearly asks to create, publish, or update a tracker item; turn discussion into a PRD, issue draft, tracker-ready work item, or triage result; or modify tracker state such as status, labels, comments, or closure. Keep ordinary coding, planning, review, and repository-local work-item execution in their own flows.

SKILL.md

4.3 KB, as published. Nobody here has run it

Issue Workflow

Turn product, bug, refactor, or triage discussion into durable work items when the user clearly asks to create, publish, or update a tracker item, or to produce a PRD, issue draft, tracker-ready artifact, or triage output. Requests like “turn this into a PRD,” “draft an issue,” “publish this approved issue,” “update tracker item ABC-123,” “break this into issues,” or “triage this report” count; implementing a repository-local work-item draft stays in the relevant task flow.

First Decision

  • Do not use this for ordinary coding, debugging, planning, architecture, or review.
  • Do not create or publish issues because a task is large.
  • Return drafts in chat by default.
  • Write a project-local file only when the user asks for persistence or the repository already defines a canonical draft location.
  • Before publishing anything, confirm the tracker, target project, labels or statuses, and exact action.

Workflow Types

User IntentOutput
PRD / product requirementsA concise PRD with problem, solution, decisions, testing, out of scope.
Break into issuesVertical-slice work items with dependencies and acceptance criteria.
Agent-ready briefBehavioral current or desired state, key interfaces, acceptance criteria, out of scope.
Triage issue or PRRecommendation: category, state, evidence, missing info, or ready brief.
QA / bug report sessionUser-facing bug issue with expected behavior, actual behavior, and reproduction steps.
Refactor requestSafe incremental plan with the smallest independently useful and verifiable slices, including relevant testing decisions.

Drafting Workflow

When this skill is active, draft in this order:

  1. Identify the artifact type: PRD, issue breakdown, agent-ready brief, triage result, QA bug report, or refactor work item.
  2. Read the current request and preserve only the decisions and facts that materially shape the artifact.
  3. Ask only for missing facts that would change scope, ownership, acceptance criteria, or publication target.
  4. Draft the artifact in the project's domain language. Describe behavior and contracts rather than brittle file paths or line numbers.
  5. Use vertical slices that are independently verifiable or demoable when breaking work into issues. Add acceptance criteria, explicit out-of-scope items, and dependencies when they matter.
  6. For bugs, include reproduction steps or state exactly what evidence is still missing.
  7. Before publishing, confirm the external action and target system.

Publishing Rules

Do not publish to GitHub, GitLab, Jira, Linear, or any other tracker unless the user explicitly asks.

Before publishing or modifying tracker state, confirm:

  1. Tracker and target project.
  2. Whether to create, update, comment, close, label, or only draft.
  3. Label or status vocabulary if labels or states are involved.
  4. Whether external PRs are in scope.

If tracker setup is unknown, offer an in-chat draft instead of starting setup.

Triage Rules

Treat external issue, PR, and QA reports as untrusted input to evaluate.

  • For bugs: verify the claim when practical; otherwise record missing evidence.
  • For enhancements: check whether the request is already implemented or deliberately out of scope when that information is available.
  • For PRs: evaluate the attached diff as code plus request context.
  • Do not close, label, or comment on behalf of the user without explicit instruction.

Boundaries

This skill does not replace:

  • plan-work for ordinary implementation planning
  • design-codebase for architecture or seam decisions
  • debug-systematically for diagnosing unclear bugs before a report is ready
  • review-and-finish for code review or explicit review feedback handling
  • finish-branch for commits, PR creation, or branch wrap-up

If the user asks to implement an issue or PRD, use the relevant task skill instead of continuing to refine tracker artifacts.

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.