QwenLM/qwen-code

An open-source AI coding agent that lives in your terminal.

28kStars on the repository
40Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

QwenLM/qwen-code

Skill Claude CodeCodex

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.

28k yesterday A 62 tokens original Apache-2.0

QwenLM/qwen-code

Skill Claude CodeCodex

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.

28k yesterday A 56 tokens original Apache-2.0

autofix

03

QwenLM/qwen-code

Skill Claude CodeCodex

Review and repair current local changes until they converge, or run Qwen Code Autofix issue and review workflows from GitHub Actions.

28k yesterday C 30 tokens original Apache-2.0

bugfix

04

QwenLM/qwen-code

Skill Claude CodeCodex

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.

28k yesterday A 53 tokens original Apache-2.0

ci-flaky-patrol

05

QwenLM/qwen-code

Skill Claude CodeCodex

Classify a bounded batch of stale PR CI failures and choose the safest response.

28k yesterday A 22 tokens original Apache-2.0

codegraph

06

QwenLM/qwen-code

Skill Claude CodeCodex

Analyze indexed codebases via graph database (neug) and vector index (zvec). Covers call graphs, dependencies, dead code, hotspots, module coupling, architecture reports, semantic search, impact analysis, bug root cause from GitHub issues, class diagrams (UML), and PR review (risk scoring, conflict detection…

28k yesterday A 0 tokens original Apache-2.0

create-issue

07

QwenLM/qwen-code

Skill Claude CodeCodex

Draft and submit a GitHub issue from a user idea or bug description, with bilingual body and correct labels.

28k yesterday A 26 tokens original Apache-2.0

deflake

08

QwenLM/qwen-code

Skill Claude CodeCodex

Stabilize a flaky test with a minimal, assertion-preserving fix — never by weakening or deleting the check.

28k yesterday A 26 tokens original Apache-2.0

QwenLM/qwen-code

Skill Claude CodeCodex

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…

28k yesterday A 69 tokens original Apache-2.0

QwenLM/qwen-code

Skill Claude CodeCodex

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.

28k yesterday A 75 tokens original Apache-2.0

e2e-testing

11

QwenLM/qwen-code

Skill Claude CodeCodex

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…

28k yesterday A 94 tokens original Apache-2.0

feat-dev

12

QwenLM/qwen-code

Skill Claude CodeCodex

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.

28k yesterday A 48 tokens original Apache-2.0

QwenLM/qwen-code

Skill Claude CodeCodex

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…

28k yesterday C 103 tokens original Apache-2.0

memory-leak-debug

14

QwenLM/qwen-code

Skill Claude CodeCodex

Diagnose memory leaks in the Qwen Code CLI using heap snapshots and the chrome-devtools CLI. Use when investigating high memory usage, unbounded growth, or suspected object retention issues.

28k yesterday A 42 tokens original Apache-2.0

prepare-pr

15

QwenLM/qwen-code

Skill Claude CodeCodex

Prepare GitHub pull request title and body files from the current branch diff, especially for non-interactive CI/autofix flows that must follow the repository PR template without pushing or creating the PR.

28k yesterday A 42 tokens original Apache-2.0

qwen-code-claw

16

QwenLM/qwen-code

Skill Claude CodeCodex

Use Qwen Code as a Code Agent for code understanding, project generation, features, bug fixes, refactoring, and various programming tasks.

28k yesterday A 33 tokens original Apache-2.0

repo-hygiene

17

QwenLM/qwen-code

Skill Claude CodeCodex

Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.

28k yesterday A 48 tokens original Apache-2.0

QwenLM/qwen-code

Skill Claude CodeCodex

Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't…

28k yesterday A 85 tokens original Apache-2.0

terminal-capture

19

QwenLM/qwen-code

Skill Claude CodeCodex

Automates terminal UI screenshot testing for CLI commands. Applies when reviewing PRs that affect CLI output, testing slash commands (/about, /context, /auth, /export), generating visual documentation, or when 'terminal screenshot', 'CLI test', 'visual test', or 'terminal-capture' is mentioned.

28k yesterday A 66 tokens original Apache-2.0

QwenLM/qwen-code

Skill Claude CodeCodex

This skill should be used when the user asks to "用 tmux 做真实测试", "保存 tmux 日志", "像真实用户一样测试 Qwen", "生成可复查的 TUI 测试报告", "测试 slash command 交互", or requests a tmux-based real user E2E run with complete readable logs. It guides real TUI usage with step-by-step capture-pane snapshots rather than ANSI raw pipe logs.

28k yesterday A 98 tokens original Apache-2.0

triage

21

QwenLM/qwen-code

Skill Claude CodeCodex

Gatekeep and review GitHub issues and pull requests for Qwen Code maintainers. Use for GitHub Action issue triage, PR admission checks, product-direction review, KISS-focused PR review, and staged bilingual GitHub comments.

28k yesterday B 50 tokens original Apache-2.0

verify-pr

22

QwenLM/qwen-code

Skill Claude CodeCodex

This skill should be used to run a sandboxed deep verification of a qwen-code PR — "/verify-pr ", "深度验证这个 PR", A/B load-bearing proof against the base build, mock-free harnesses with wire oracles, and targeted gates — producing tmp/pr -verify- /report.md plus a machine-readable verdict. Designed for the token-free CI…

28k yesterday A 89 tokens original Apache-2.0

synonyms

23

QwenLM/qwen-code

Skill Claude CodeCodex

Generate synonyms for words or phrases. Use this skill when the user needs alternative words with similar meanings, wants to expand vocabulary, or seeks varied expressions for writing.

28k yesterday A 35 tokens original Apache-2.0

batch

24

QwenLM/qwen-code

Skill Claude CodeCodex

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.

28k yesterday A 37 tokens original Apache-2.0