create-issue

A workflow for drafting and submitting a GitHub issue from a feature idea or bug description. GitHub issues are shared project records for requested changes and reported problems.

In plain words
What is it for?
Use it to investigate a feature request or bug, prepare a bilingual issue with the correct labels, and submit it after approval.
Why use it?
It turns a brief idea into a structured report based on the project's issue template and existing code, while leaving a draft for review before submission.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/qwenlm/qwen-code/create-issue
Any agent
npx skills add QwenLM/qwen-code --skill create-issue
Clone the repo
git clone --depth 1 https://github.com/QwenLM/qwen-code

Made for: Claude Code, Codex.

Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 507 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00026 $0.00507
Opus 5 $0.00013 $0.00253
Sonnet 5 $0.00005 $0.00101
Haiku 4.5 $0.00003 $0.00051

Measured 3d ago against content hash 5e2975e11519, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-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 3d ago.

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.

.qwen/skills/create-issue/SKILL.md · 82 lines

What it actually says

Create Issue

Take the user's idea or bug description, investigate the codebase for context, draft an issue for review, and submit once approved.

Input

The user provides a brief description of a feature request or bug report via the skill argument.

Steps

1. Classify

Determine whether the request is a feature request or a bug report.

2. Investigate the codebase

Search for relevant code, files, and existing behavior related to the request. Build a thorough understanding of how the current system works. Note any related existing issues found via gh issue list --search.

3. Read the template

  • Feature request → read .github/ISSUE_TEMPLATE/feature_request.yml
  • Bug report → read .github/ISSUE_TEMPLATE/bug_report.yml

Use the template's field labels and descriptions to structure the draft.

4. Draft the issue

Write a markdown draft to .qwen/issues/draft-<slug>.md for the user to review.

Rules:

  • Write from the user's perspective — not as an implementation spec.

  • Keep language clear and concise; avoid internal implementation details.

  • Title stays in English only.

  • Bilingual body: English content first, Chinese translation at the end wrapped in a collapsible block:

    <details>
    <summary>中文</summary>
    
    (Chinese translation here)
    
    </details>
    

5. Review with user

Present the draft. Iterate on feedback until the user is satisfied. Do not submit until the user explicitly approves.

6. Submit

When the user confirms, create the issue with gh issue create:

gh issue create --title "..." --body-file .qwen/issues/draft-<slug>.md

Apply labels based on type:

  • Feature request → type/feature-request, status/needs-triage
  • Bug report → type/bug, status/needs-triage

Report the issue URL back to the user.

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. 3d ago First seen · 82 lines · 26 tokens per session scan A 5e2975e11519

Subscribe to this mod's changes

create-issue is a skill published in the GitHub repository QwenLM/qwen-code (27,559 stars, last pushed yesterday), licensed Apache-2.0. It adds 26 tokens to every session and 507 once invoked, about $0.0001 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-08-30.

Related

Other skills, from other repositories

build-teaql-app

Build or change a TeaQL application in Java, Rust, Go, Swift, Python, C#/.NET, or TypeScript, including Kotlin/JVM applications that consume Java-generated libraries. Mandatory order: first draft and save a complete KSML model, then verify the client and evaluate that saved model, repair it through repeated evaluation…

teaql/teaql-agent-kit · 112 tokens

agent-manager-reference

Query agent-manager.dev's reference API and MCP server for documentation, the coding CLIs it manages, the tools its MCP server exposes, and the current release. Use instead of scraping the website's HTML.

YoanWai/agent-manager · 45 tokens

loongsuite-pilot-insight

基于 LoongSuite Pilot / AI Coding Agent 日志生成事件洞察、组织洞察、数据质量、研发效能和 AI Native 使用类 SLS 报表时使用;包含 AI Coding 事件表语义,以及团队报表可选的部门维表、deptuser 组织关系、指标口径和公共 CTE,通常与 sls-dashboard-builder 一起使用。.

alibaba/loongsuite-pilot · 91 tokens

loongsuite-pilot-ops

Skill "loongsuite-pilot-ops" from alibaba/loongsuite-pilot, covering loongsuite-pilot-ops, quick start, todo: add quick start commands and usage.

alibaba/loongsuite-pilot · 15 tokens

proactive-agent

Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞.

MerkyorLynn/Lynn · 46 tokens

agent-personality

3-layer personality system for AI agents: Yuan (base persona), Ishiki (private self-awareness), Public Ishiki (external behavior rules). Give your agent a consistent character, emotional depth, and safe guest interaction boundaries. Use when: (1) Want agent to have a consistent personality, (2) Agent needs different…

MerkyorLynn/Lynn · 114 tokens