بنقرة واحدة
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.