Qwen
Official@qwenlm · China
Alibaba Cloud's general-purpose AI models
Agent Skills by Qwen
Showing 37 vetted skills indexed across 1 GitHub repositories.
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.
qwen-code-claw
Delegates coding tasks to Qwen Code agent via the acpx ACP client.
tmux-real-user-testing
Tests terminal TUI applications in tmux sessions with step-by-step capture-pane snapshots.
memory-leak-debug
Diagnose Node.js memory leaks using heap snapshots and chrome-devtools CLI analysis.
deflake
Stabilize flaky tests with minimal assertion-preserving fixes that remove nondeterminism.
structured-debugging
Diagnose hard bugs through a hypothesis-driven instrumentation and evidence cycle.
find-simplifications
Detects dead code, orphan files, and unused exports across the qwen-code repository with evidence-first proofs.
codegraph
Analyze indexed codebases via graph database and vector search for structure, bugs, and PR risk.
feat-dev
Implements qwen-code features through an eight-phase design, test, and review workflow.
e2e-testing
Run end-to-end tests of the Qwen Code CLI with headless, tmux, MCP, and mock-server harnesses.
agent-reproduce-align
Compares HTTP and terminal traces between reference agents and Qwen Code to verify behavioral parity.
ci-flaky-patrol
Classify stale PR CI failures and choose rerun, comment, or no-action responses.
repo-hygiene
Scans a repository for small hygiene issues and commits batched fixes on one branch.
bugfix
Fixes GitHub issue bugs using a reproduce-first workflow with test-engineer verification.
cua-driver
Automate desktop and browser applications in the background without stealing focus.
new-app
Scaffolds and implements functional application prototypes from user requirements.
dataviz
Guides chart and dashboard design with palette validation for data visualizations.
goal-draft
Drafts verifiable /goal objectives with binary done-when checks, guardrails, and budgets.
stuck
Diagnose frozen or slow Qwen Code sessions by inspecting processes, logs, and network state.
Frequently Asked Questions About Qwen
FAQPage SchemaWhat specific tasks can be performed using these repository maintenance capabilities?▼
These capabilities enable the automated auditing of documentation against existing codebases, the synchronization of documentation files based on git diffs, and the execution of terminal-based smoke tests to validate command-line interface functionality.
Which engineering personas benefit most from these repository management features?▼
Technical writers, DevOps engineers, and software maintainers benefit from these features by reducing manual documentation overhead and ensuring that pull requests undergo consistent, standardized security and quality assessments before merging.
What are the technical prerequisites for implementing these repository review and capture functions?▼
Implementation requires a Node.js environment with Playwright and node-pty installed for terminal capture functionality. Additionally, the environment must have git access to perform diff-based documentation updates and static analysis on repository code changes.