Qwen avatar

Qwen

Official

@qwenlm · China

0Followers
|
50Public Repos
|
37Published Skills

Alibaba Cloud's general-purpose AI models

Skills Distribution
DomainDeveloper To...Documentation Main.. (40%)Code Quality Assur.. (40%)Terminal Interface.. (20%)

Agent Skills by Qwen

Showing 37 vetted skills indexed across 1 GitHub repositories.

QwenLMQwenLM
27.5k

create-issue

Drafts and submits bilingual GitHub issues from feature ideas or bug descriptions.

Official
Intermediate
QwenLMQwenLM
27.5k

verify-pr

Runs sandboxed A/B verification of pull requests against base builds with scripted pass/fail evidence.

Official
Advanced
QwenLMQwenLM
27.5k

autofix

Repairs local working-tree changes and runs GitHub Actions issue-fix and review-response workflows.

Official
Advanced
QwenLMQwenLM
27.5k

prepare-pr

Generates GitHub pull request title and body files from the current branch diff.

Official
Intermediate
QwenLMQwenLM
27.5k

agent-reproduce-feature

Capture reference agent HTTP traffic, prompts, and terminal output to reproduce features in Qwen Code.

Official
Advanced
QwenLMQwenLM
27.5k

triage

Reviews GitHub issues and pull requests through staged admission gates and bilingual comments.

Official
Advanced
QwenLMQwenLM
27.5k

qwen-code-claw

Delegates coding tasks to Qwen Code agent via the acpx ACP client.

Official
Intermediate
QwenLMQwenLM
27.5k

tmux-real-user-testing

Tests terminal TUI applications in tmux sessions with step-by-step capture-pane snapshots.

Official
Intermediate
QwenLMQwenLM
27.5k

memory-leak-debug

Diagnose Node.js memory leaks using heap snapshots and chrome-devtools CLI analysis.

Official
Advanced
QwenLMQwenLM
27.5k

deflake

Stabilize flaky tests with minimal assertion-preserving fixes that remove nondeterminism.

Official
Intermediate
QwenLMQwenLM
27.5k

structured-debugging

Diagnose hard bugs through a hypothesis-driven instrumentation and evidence cycle.

Official
Intermediate
QwenLMQwenLM
27.5k

find-simplifications

Detects dead code, orphan files, and unused exports across the qwen-code repository with evidence-first proofs.

Official
Advanced
QwenLMQwenLM
27.5k

codegraph

Analyze indexed codebases via graph database and vector search for structure, bugs, and PR risk.

Official
Advanced
QwenLMQwenLM
27.5k

feat-dev

Implements qwen-code features through an eight-phase design, test, and review workflow.

Official
Advanced
QwenLMQwenLM
27.5k

e2e-testing

Run end-to-end tests of the Qwen Code CLI with headless, tmux, MCP, and mock-server harnesses.

Official
Advanced
QwenLMQwenLM
27.5k

agent-reproduce-align

Compares HTTP and terminal traces between reference agents and Qwen Code to verify behavioral parity.

Official
Advanced
QwenLMQwenLM
27.5k

ci-flaky-patrol

Classify stale PR CI failures and choose rerun, comment, or no-action responses.

Official
Intermediate
QwenLMQwenLM
27.5k

repo-hygiene

Scans a repository for small hygiene issues and commits batched fixes on one branch.

Official
Advanced
QwenLMQwenLM
27.5k

bugfix

Fixes GitHub issue bugs using a reproduce-first workflow with test-engineer verification.

Official
Advanced
QwenLMQwenLM
27.5k

cua-driver

Automate desktop and browser applications in the background without stealing focus.

Official
Advanced
QwenLMQwenLM
27.5k

new-app

Scaffolds and implements functional application prototypes from user requirements.

Official
Intermediate
QwenLMQwenLM
27.5k

dataviz

Guides chart and dashboard design with palette validation for data visualizations.

Official
Intermediate
QwenLMQwenLM
27.5k

goal-draft

Drafts verifiable /goal objectives with binary done-when checks, guardrails, and budgets.

Official
Intermediate
QwenLMQwenLM
27.5k

stuck

Diagnose frozen or slow Qwen Code sessions by inspecting processes, logs, and network state.

Official
Advanced

Frequently Asked Questions About Qwen

FAQPage Schema
What 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.