一键导入
code-cortex-loop
code-cortex-loop 收录了来自 whitequeen306 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Shared CodeCortexLoop expert protocol — one pass, one category, handoff JSON, defer boundaries. Load this on every pipeline expert before domain skills.
After Direct-mode fixes, summarize what changed and record reusable problem→fix patterns into the playbook. Use when CodeCortexLoop Direct mode completes successfully, or when manually invoked via /cortexloop-reflect.
Deep correctness and architecture analysis for /cortexloop pass 1. Logic, invariants, structure, and maintainability — go deep here; defer other domains via handoff.
Deep cleanup analysis for /cortexloop pass 7. Dead code and dependency proof — go deep on evidence before removal.
Deep boundary and state-machine analysis for passes 1, 3, 4. Find non-obvious triggers — apply findings within your pass category.
Deep error-path analysis for /cortexloop pass 4. Propagation, observability, recovery — go deep on failure semantics; defer security exploits and logic bugs to other passes.
Deep performance analysis for /cortexloop pass 5. Hot paths, complexity, measurement — go deep with proof; defer correctness and security to other passes.
Deep security analysis for /cortexloop pass 2. Threat modeling, exploit paths, hardening — go deep here; defer logic bugs and test gaps via handoff.
Deep simplicity analysis for /cortexloop pass 6. Clarity and maintainability without behavior change — go deep on readability; defer dead-code removal to pass 7.
Deep test strategy for /cortexloop pass 3. Coverage gaps, test design, regression risk — go deep on verification; defer production logic bugs to pass 1.