qc-helper

Answer Qwen Code usage questions and edit settings.json files from official documentation.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Heron11/otter-code --skill qc-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qc-helper
Source: https://github.com/Heron11/otter-code/tree/main/packages/core/src/skills/bundled/qc-helper
Command: npx skills add https://github.com/Heron11/otter-code --skill qc-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts uncertain Qwen Code usage and configuration queries into precise answers and edits by relying on the official documentation and settings files instead of guesswork.

Core Features & Use Cases

  • Documentation Index navigation: follow the provided index to read only the relevant content under docs/ when a user question arrives.
  • Configuration helper: interpret the requested config key, determine whether to target user or project settings, inspect the JSONC file, and edit it safely while reminding the user to restart Qwen Code.
  • Use case: respond to slash commands like /qc-helper change approval mode to yolo or questions about MCP servers with grounded excerpts from docs/features/mcp.md and related guides.

Quick Start

Use the qc-helper skill by asking /qc-helper change approval mode to yolo so it can fetch the right documentation and update settings for you when needed.

Frequently Asked Questions about qc-helper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I change Qwen Code configuration settings like approval mode?

To change Qwen Code configuration settings, request the update via a slash command. The helper interprets the target config key, inspects the JSONC file, edits it safely, and reminds you to restart Qwen Code.

What is the best way to find Qwen Code features using slash commands?

Finding Qwen Code features uses slash commands routed through documentation index navigation. The helper reads only the relevant content under the docs directory to provide grounded excerpts for feature discovery.

Does Qwen Code configuration support editing project specific JSONC settings files?

Qwen Code configuration supports editing project specific JSONC settings files. The helper determines whether to target user or project settings, inspects the file, and applies edits safely based on the requested config key.

How do I troubleshoot Qwen Code MCP server setup and configuration?

Troubleshooting Qwen Code MCP server setup involves querying the terminal agent. The helper retrieves grounded excerpts from the official documentation, specifically referencing guides like docs/features/mcp.md.

Why does my Qwen Code settings update require a restart to take effect?

Your Qwen Code settings update requires a restart to take effect because the terminal agent applies edits to the JSONC file safely and then explicitly reminds you to restart Qwen Code for changes to load.

Can I use terminal agent support to discover Qwen Code documentation without reading the full docs?

Terminal agent support can discover Qwen Code documentation without reading the full docs. It follows the provided index to read only the relevant content under docs when a user question arrives.