A command for reviewing and completing technical documentation for a selected project module. It checks source-code comments, project documentation, and module README files.
A command that reads a project's progress documents and recommends the next development tasks. It follows the project's unfinished phases and their design documents.
A Chinese-language command for structured review of C++ code, including its build files and tests. C++ is a programming language commonly used for performance-sensitive software.
A command that examines a C or C++ module and suggests tests for it. It checks existing test files, public interfaces, edge cases, thread-safety concerns, and the project's GoogleTest and CMake patterns.