Ship (Code Delivery) Skills
ccheckpoint - Workflow checkpoint management: Create checkpoints bound to Git SHA, support verifying status or listing historical checkpoints, reducing the risk of experimental development.
cwrap - Parallel quality gate: Execute type checking, code linting, building, and testing tasks in parallel; automatically enter a repair loop when errors are found, shortening the feedback cycle.
cpr - Intelligent PR generation: Automatically generate PR titles and descriptions that comply with team norms based on uncommitted changes or branch differences, reducing documentation time.
crebase - Intelligent rebase assistant: Automatically rebase the current branch onto the parent branch and handle conflicts, saving time on manual conflict resolution.
creview - Automated code review: Analyze branch differences, categorize issues by severity and provide adjudication suggestions, serving as a pre-review filter.
Write (Code Writing) Skills
ctest - Co-located test generation: Generate test code in the same location as the specified source file, keeping the project structure clear.
crefactor - Parallel code refactoring: Execute code transformations across multiple files in parallel, ensuring consistency and completeness of refactoring.
Explore (Code Exploration) Skills
ctrace - tRPC call end-to-end tracing: Trace tRPC calls to help understand inter-service call relationships and data flow.
cdebug - Intelligent troubleshooting: Automatically categorize issues, locate root causes, and provide repair suggestions, systematizing the debugging process.
clogs - Session log location: Quickly find specific session log files for easy review and auditing.