TimWongUp
@TimWongUp
Public Skills
simplicity-review
by TimWongUp
审查代码变更或仓库中的过度设计与不必要复杂度。用户要求简化 review、审查过度设计、检查多余抽象或防御代码、判断实现是否超出当前需求,或询问还能删什么时使用。只报告可删除、复用、合并或缩减的内容;不代替正确性、安全、性能审查,也不直接修改代码。
codex-orchestration
by TimWongUp
Root-task orchestration for explicit subagent or parallel work, official Codex Worktree Roots, R1-R3 Reviewers selected by codex-review-gate, and coding tasks with a clear delegation payoff. An explicit user request for manager-only or pure-orchestration mode enables strong delegation for the current root task; in ordinary mode keep simple tasks and ordinary documentation with the main agent; derived agents must not invoke it.
codex-review-gate
by TimWongUp
Apply the R0-R3 pre-merge Review gate when a Git-managed repository is about to merge a pull request, branch, or accepted Worktree integration branch into its primary branch. It selects and authorizes read-only Reviewers for R1-R3; the root handles classification, remediation, validation, and integration. Do not use it for ordinary task completion, unmerged handoffs, or repositories without Git history.
diagnosing-bugs
by TimWongUp
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
prototype
by TimWongUp
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.