qwen-code
Open-source AI coding agent with automated review and testing skills
All Skills in This Repository (37)
Pure Emerald Level Indicatorsterminal-capture
Capture terminal UI screenshots for CLI commands using Playwright and node-pty.
docs-audit-and-refresh
Audit repository documentation against the current codebase and update stale content.
docs-update-from-diff
Update docs/ directory files based on git diff code changes.
pr-review
Automate pull request reviews with static code analysis and terminal smoke tests.
review
Review code changes for correctness, security, quality, and performance.
synonyms
Generate synonyms and alternative expressions for words or phrases.
create-issue
Drafts and submits bilingual GitHub issues from feature ideas or bug descriptions.
verify-pr
Runs sandboxed A/B verification of pull requests against base builds with scripted pass/fail evidence.
autofix
Repairs local working-tree changes and runs GitHub Actions issue-fix and review-response workflows.
prepare-pr
Generates GitHub pull request title and body files from the current branch diff.
agent-reproduce-feature
Capture reference agent HTTP traffic, prompts, and terminal output to reproduce features in Qwen Code.
triage
Reviews GitHub issues and pull requests through staged admission gates and bilingual comments.
Frequently Asked Questions
FAQPage SchemaHow to install qwen-code?โผ
Run `npx skills add QwenLM/qwen-code --all -g -y` in your terminal to install all skills in this suite globally.
What can Qwen Code skills automate?โผ
They automate code reviews, bug reproduction and fixes, PR verification, issue triage, flaky test repair, and documentation updates directly from your terminal.
How does Qwen Code verify pull requests?โผ
The verify-pr skill runs sandboxed A/B comparisons against the base build and produces evidence-based reports instead of relying on impressions.
Does Qwen Code work with Claude Code and other agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, OpenClaw, Cursor, and other compatible agents.
Can Qwen Code fix flaky tests automatically?โผ
Yes. The deflake skill stabilizes flaky tests with minimal fixes like timeout adjustments or deterministic inputs, without weakening any assertions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core