一键导入
source-command-implement
Implement a requested change using the repository's modern C++ agent loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement a requested change using the repository's modern C++ agent loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design and implement a Qt Quick interface with a deliberate visual system and a clean C++ module boundary.
Prepare a release using a strict verification-first workflow.
Build and test the repository without making unnecessary code changes.
Enforce the human-approved project-name gate before creating a new product, application, service, library, tool, repository, or implementing an idea. Use when starting new project work or when another workflow is about to generate a project.
Add a modern C++ module with a documented boundary, CMake registration, and tests.
Convert repeated human corrections into durable repository agent rules.
| name | source-command-implement |
| description | Implement a requested change using the repository's modern C++ agent loop. |
Use this skill when the user asks to run the migrated source command implement.
Use this command when implementing a feature, bug fix, or refactor.
AGENTS.md.INI-001 through
INI-004 and read docs/agent/START_PROJECT.md. If the project name is
missing, ask for it and stop before writing code or choosing identifiers.GUI-015, read the Qt Quick guides, and use Qt Quick as
the primary interface rather than silently selecting CLI-only.docs/agent/PROJECT_CMAKE_BASELINE.md..cppm declaration and .cpp implementation separation.std::print or std::println for ordinary formatted output..cppm
files with FILE_SET CXX_MODULES and enable target module scanning.qmldir/.qmltypes paths.git diff --check.NOT VERIFIED.Do not create .h files.
Do not use classic header/source architecture for new code.
Do not claim success without running build and tests.
For policy or documentation changes, the knowledge_contract test is required.