feat(docs): add qwen-code skills, agents, and updated AGENTS.md#3575
Merged
Conversation
- Add new skills: bugfix, feat-dev with structured workflows - Update existing skills: docs-audit-and-refresh, docs-update-from-diff, e2e-testing, qwen-code-claw, structured-debugging, terminal-capture - Update test-engineer agent with clearer constraints and formatting - Update qc commands: bugfix, code-review, commit, create-issue, create-pr - Reorganize .gitignore to keep qwen configs near top - Expand AGENTS.md with development commands, feature/bugfix workflows, project directories table, and code review guidelines Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Contributor
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
…LM#3575) - Add new skills: bugfix, feat-dev with structured workflows - Update existing skills: docs-audit-and-refresh, docs-update-from-diff, e2e-testing, qwen-code-claw, structured-debugging, terminal-capture - Update test-engineer agent with clearer constraints and formatting - Update qc commands: bugfix, code-review, commit, create-issue, create-pr - Reorganize .gitignore to keep qwen configs near top - Expand AGENTS.md with development commands, feature/bugfix workflows, project directories table, and code review guidelines Co-authored-by: 愚远 <zhenxing.tzx@alibaba-inc.com> Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TLDR
This PR expands AGENTS.md with structured development workflows and adds two new skills (
feat-devandbugfix) for Qwen Code self-development. All other changes are pure formatting (line wrapping, whitespace, Prettier).Key additions:
bugfix(reproduce-first workflow) andfeat-dev(end-to-end feature implementation workflow)npm run dev), feature/bugfix workflow guidance, project directories table, and code review guidelinesEverything else — updates to
docs-audit-and-refresh,docs-update-from-diff,e2e-testing,qwen-code-claw,structured-debugging,terminal-capture,test-engineer, and qc commands — is pure formatting with no semantic changes.Screenshots / Video Demo
N/A — no user-facing change. These are internal documentation and configuration improvements for the Qwen Code development experience.
Dive Deeper
The goal is to reduce friction when using Qwen Code's own tooling to develop itself. Previously, skill definitions were sparse and AGENTS.md lacked guidance on structured workflows. This PR:
Standardizes skill format: All skills now use consistent frontmatter (
name,description) and structured Markdown bodies with clear phase/step breakdowns.Introduces reproducible workflows: The
bugfixskill enforces reproduce-first discipline (read issue → reproduce → fix → verify). Thefeat-devskill provides a 6-phase workflow (investigate → design → test plan → dry-run → implement → verify → review).Improves discoverability: AGENTS.md now includes a "Development" section with
npm run dev, a "Feature development" section referencing/feat-dev, and a "Bugfix" section referencing/bugfix. It also documents the.qwen/project directory structure.Maintains consistency: The
test-engineeragent description was reformatted for readability without changing semantics. QC command files were updated to reference the new skills appropriately.Reviewer Test Plan
npm run devworks as documented in AGENTS.md/bugfix,/feat-dev).gitignoreproperly excludes/retains.qwen/subdirectoriesTesting Matrix
Linked issues / bugs
No linked issues
🤖 Generated with Qwen Code