github.com/QwenLM/qwen-code
| Skill | Added | Review |
|---|---|---|
agent-reproduce-align .qwen/skills/agent-reproduce-align/SKILL.md Use after a Codex or Claude Code feature has been implemented in Qwen Code to run the selected reference agent and Qwen Code under the same scenario, capture HTTP and terminal traces, compare request bodies, tool/function schemas, outputs, and iterate until the reproduced behavior is close enough. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
agent-reproduce-feature .qwen/skills/agent-reproduce-feature/SKILL.md Use when reproducing an existing Codex or Claude Code feature in Qwen Code or another agent CLI by choosing a reference agent, capturing HTTP request bodies, prompts, tool/function schemas, terminal output, and then implementing the matching behavior in the target repo. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a858dea | |
autofix .qwen/skills/autofix/SKILL.md Review and repair current local changes until they converge, or run Qwen Code Autofix issue and review workflows from GitHub Actions. | 58 58 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a858dea | |
batch packages/core/src/skills/bundled/batch/SKILL.md Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use `/batch` followed by operation and file pattern. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
browser-use packages/core/src/skills/bundled/browser-use/SKILL.md Control the user's Chrome through the existing persistent Node REPL and the Qwen Browser SDK. | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a858dea | |
bugfix .qwen/skills/bugfix/SKILL.md Fix a bug from a GitHub issue, following the reproduce-first workflow. Use when the user asks to fix a bug, investigate a GitHub issue, or debug a user-reported problem. Takes a GitHub issue URL or number as input. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a858dea | |
ci-flaky-patrol .qwen/skills/ci-flaky-patrol/SKILL.md Classify a bounded batch of stale PR CI failures and choose the safest response. | 57 57 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: a858dea | |
computer-use packages/core/src/skills/bundled/computer-use/SKILL.md Control local desktop applications through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available. | — | |
coordinate packages/core/src/skills/bundled/coordinate/SKILL.md Coordinate a small team of Qwen Code teammates with enforced read-only workers, an optional worktree-pinned writer, shared tasks, peer messages, and existing Agent View tabs. Invoke explicitly with /coordinate. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
create-issue .qwen/skills/create-issue/SKILL.md Draft and submit a GitHub issue from a user idea or bug description, with bilingual body and correct labels. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
cua-driver packages/cua-driver/rust/Skills/cua-driver/SKILL.md Drive a native GUI app (macOS, Windows, Linux) via the Qwen Cua Driver CLI (default) or MCP server; snapshot its accessibility tree, act through snapshot-bound element tokens, native menu paths, exact window geometry, or pixel coordinates, and verify from fresh state. Use when the user asks you to operate, drive, automate, or perform a GUI task in a real application on the host. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
dataviz packages/core/src/skills/bundled/dataviz/SKILL.md Design guidance for charts, graphs, dashboards, maps, and data visualizations, including a local palette validator. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
deflake .qwen/skills/deflake/SKILL.md Stabilize a flaky test with a minimal, assertion-preserving fix — never by weakening or deleting the check. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a858dea | |
desktop-brand-builder packages/desktop-shell/.agents/skills/desktop-brand-builder/SKILL.md Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
docs-audit-and-refresh .qwen/skills/docs-audit-and-refresh/SKILL.md Audit the repository's docs/ content against the current codebase, find missing, incorrect, or stale documentation, and refresh the affected pages. Use when the user asks to review docs coverage, find outdated docs, compare docs with the current repo, or fix documentation drift across features, settings, tools, or integrations. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
docs-update-from-diff .qwen/skills/docs-update-from-diff/SKILL.md Review local code changes with git diff and update the official docs under docs/ to match. Use when the user asks to document current uncommitted work, sync docs with local changes, update docs after a feature or refactor, or when phrases like "git diff", "local changes", "update docs", or "official docs" appear. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
e2e-testing .qwen/skills/e2e-testing/SKILL.md Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic inspection. Use this skill whenever you need to verify CLI behavior with real model calls, reproduce user-reported bugs end-to-end, test MCP tool integrations, or inspect raw API request/response payloads. Trigger on mentions of E2E testing, headless testing, MCP tool testing, or reproducing issues. | 75 75 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a858dea | |
extension-creator packages/core/src/skills/bundled/extension-creator/SKILL.md Create, scaffold, customize, validate, and locally test Qwen Code extensions. Use when the user wants a new Qwen Code extension, needs help choosing an extension template, wants to add QWEN.md context, commands, skills, agents, MCP servers, settings, hooks, channels, or LSP servers, or asks how to link and test an extension locally. Invoke with `/extension-creator` followed by an extension path and optional template name. | 75 75 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a858dea | |
feat-dev .qwen/skills/feat-dev/SKILL.md End-to-end workflow for implementing a non-trivial qwen-code feature. Covers requirements investigation, design, E2E test planning, baseline dry-run, implementation, verification, self-audit, code review, and iteration. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a858dea | |
find-simplifications .qwen/skills/find-simplifications/SKILL.md Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every consumer is named before anything is deleted. Not for tidying a diff you just wrote (that is bundled `/simplify`) and not for defects (that is `/review`). | — |