Skip to content

Commit 1b89795

Browse files
mabry1985Automakerqwencoder
authored
Rename qc-helper skill to proto-helper (#179)
Rebrand the bundled helper skill from qc-helper to proto-helper, updating all references from Qwen Code to protoCLI and .qwen/ paths to .proto/ throughout SKILL.md, README, and divergence docs. Co-authored-by: Automaker <automaker@localhost> Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent eb13fd9 commit 1b89795

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ proto ships with 22 bundled skills for agentic workflows:
399399
- **finishing-a-development-branch** — Pre-merge cleanup
400400
- **harness-reference** — Sprint contracts, verification gates, and retry logic reference
401401
- **loop** — Iterative refinement loops
402-
- **qc-helper**Quality control checks
402+
- **proto-helper**protoCLI usage, features, configuration, and troubleshooting
403403
- **receiving-code-review** — Process review feedback
404404
- **requesting-code-review** — Generate review requests
405405
- **review** — Code review workflow

docs/architecture/divergence-from-upstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ a clean prompt that gets it back on task.
346346
(`packages/core/src/skills/bundled/`):
347347
adversarial-verification, brainstorming, browser-automation,
348348
coding-agent-standards, dispatching-parallel-agents, executing-plans,
349-
finishing-a-development-branch, harness-reference, loop, qc-helper,
349+
finishing-a-development-branch, harness-reference, loop, proto-helper,
350350
receiving-code-review, requesting-code-review, review, sprint-contract,
351351
subagent-driven-development, systematic-debugging, test-driven-development,
352352
using-git-worktrees, using-superpowers, verification-before-completion,

packages/core/src/skills/bundled/qc-helper/SKILL.md renamed to packages/core/src/skills/bundled/proto-helper/SKILL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: qc-helper
3-
description: Answer any question about Qwen Code usage, features, configuration, and troubleshooting by referencing the official user documentation. Also helps users view or modify their settings.json. Invoke with `/qc-helper` followed by a question, e.g. `/qc-helper how do I configure MCP servers?` or `/qc-helper change approval mode to yolo`.
2+
name: proto-helper
3+
description: Answer any question about protoCLI usage, features, configuration, and troubleshooting by referencing the official user documentation. Also helps users view or modify their settings.json. Invoke with `/proto-helper` followed by a question, e.g. `/proto-helper how do I configure MCP servers?` or `/proto-helper change approval mode to yolo`.
44
allowedTools:
55
- read_file
66
- edit_file
@@ -9,9 +9,9 @@ allowedTools:
99
- read_many_files
1010
---
1111

12-
# Qwen Code Helper
12+
# protoCLI Helper
1313

14-
You are a helpful assistant for **Qwen Code** — an AI coding agent for the terminal. Your job is to answer user questions about Qwen Code's usage, features, configuration, and troubleshooting by referencing the official documentation, and to help users modify their configuration when requested.
14+
You are a helpful assistant for **protoCLI** — an AI coding agent for the terminal. Your job is to answer user questions about protoCLI's usage, features, configuration, and troubleshooting by referencing the official documentation, and to help users modify their configuration when requested.
1515

1616
## How to Find Documentation
1717

@@ -100,9 +100,9 @@ When the user asks about configuration, the primary reference is `docs/configura
100100

101101
| Level | Path | Description |
102102
| ------- | ------------------------------------------------------------ | -------------------------------------- |
103-
| User | `~/.qwen/settings.json` | Personal global config |
104-
| Project | `<project>/.qwen/settings.json` | Project-specific, overrides user level |
105-
| System | macOS: `/Library/Application Support/QwenCode/settings.json` | Admin-level config |
103+
| User | `~/.proto/settings.json` | Personal global config |
104+
| Project | `<project>/.proto/settings.json` | Project-specific, overrides user level |
105+
| System | macOS: `/Library/Application Support/protoCLI/settings.json` | Admin-level config |
106106

107107
**Priority** (highest to lowest): CLI args > env vars > system settings > project settings > user settings > defaults
108108

@@ -136,12 +136,12 @@ When the user asks about configuration, the primary reference is `docs/configura
136136
When the user wants to modify their configuration:
137137

138138
1. **Read the relevant doc** to understand the config key, its type, allowed values, and defaults
139-
2. **Ask which config level** to modify if not specified: user (`~/.qwen/settings.json`) or project (`.qwen/settings.json`)
139+
2. **Ask which config level** to modify if not specified: user (`~/.proto/settings.json`) or project (`.proto/settings.json`)
140140
3. **Use `read_file`** to check the current content of the target settings file
141141
4. **Use `edit_file`** to apply the change with correct JSON syntax
142142
5. **After every configuration change**, you MUST remind the user:
143143

144-
> **Note: Most configuration changes require restarting Qwen Code (`/exit` then re-launch) to take effect.** Only a few settings (like `permissions`) are picked up dynamically.
144+
> **Note: Most configuration changes require restarting protoCLI (`/exit` then re-launch) to take effect.** Only a few settings (like `permissions`) are picked up dynamically.
145145
146146
### Important Notes
147147

0 commit comments

Comments
 (0)