laozhong86
GitHub profile for laozhong8619 skills
Are you laozhong86? Claim your skills.
laozhong86 / gxpm-autopilot
Enables autonomous issue delivery in gxpm by persisting user authorization for seamless workflow management.
laozhong86 / gxpm-architecture
Identifies architectural improvements in codebases, enhancing testability and AI-navigability through structured refactoring suggestions.
laozhong86 / gxpm-autopilot
开启 gxpm 自动驾驶模式。使用 Autopilot Grant 持久化用户授权,让代理在授权 profile 内自主完成 issue delivery。
laozhong86 / gxpm-browser
MUST use during the qa phase before transitioning to land. Headless browser automation for QA evidence capture. Use when user asks to test a web page, take a screenshot, verify an element, fill a form, or capture browser evidence for an issue.
laozhong86 / gxpm-build
Compile and type-check verification. Use after implementing code changes, before committing, or when the build fails and root cause is unclear.
laozhong86 / gxpm-cleanup
MUST use during the cleanup phase before transitioning to ship. 多 issue worktree 合并前的代码清理与简化。在 cleanup 阶段识别跨 issue 重复、命名不一致、接口错位和死代码。
laozhong86 / gxpm-debug-issue
Systematic issue debugging using graph-powered code navigation. Use when user asks to trace a bug, investigate a specific error, or find the root cause of a failing test or exception.
laozhong86 / diagnose
Disciplined diagnosis loop for hard bugs and performance regressions. Use when user says 'diagnose this', reports a hard bug, describes a performance regression, or asks why something fails.
laozhong86 / gxpm-eval
Skill quality evaluation harness for static analysis. Use when adding a new skill, modifying skill structure, auditing skill quality, or checking for governance compliance.
laozhong86 / gxpm-explore-codebase
Navigate and understand codebase structure using the knowledge graph. Use when user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase.
laozhong86 / gxpm-feedback
Create feedback issues in the gxpm source repository when the agent discovers problems or improvement opportunities during gxpm workflow execution. Use when the agent notices a gxpm bug, process flaw, skill deficiency, or has a suggestion for the gxpm tool itself.
laozhong86 / gxpm-grill
Grilling session that challenges plans against the domain model and sharpens terminology. Use when user wants to stress-test a plan, align on requirements, challenge assumptions, or make architecture decisions.
laozhong86 / gxpm-handoff
Compact the current session into a handoff document so another agent can continue the work. Use when switching agents, ending a session, or passing work between implementer subagents.
laozhong86 / gxpm-hygiene
Pre-commit hygiene and atomic commit discipline. Use before every commit, or when preparing changes for self-review or ship.
laozhong86 / gxpm-implementer
Subagent implementer behavior template enforcing four-dimension self-review. Use when dispatching a task to an implementer subagent, or when a subagent needs structured self-review and reporting rules.
laozhong86 / gxpm-linear
Linear CLI integration for gxpm issue lifecycle management. Use when creating, updating, or querying Linear issues, syncing gxpm issues to Linear, or managing issue lifecycle via command line.
laozhong86 / gxpm-planning
MUST use during the plan phase to write implementation-plan before transitioning to dispatch. Break plans into independently-grabbable vertical-slice issues. Use when converting a plan into tickets, breaking a feature down, or turning discussion into a structured PRD.
laozhong86 / gxpm-prototype
Build a throwaway prototype to validate a design before committing to it. Use when you need to sanity-check a data model, state machine, or UI design before writing behavior-spec.
laozhong86 / gxpm-refactor-safely
Plan and execute safe refactoring using dependency analysis. Use when user asks to rename, extract, split, move, or simplify code, or when a code review suggests refactoring.
laozhong86 / gxpm-review-army
Agent Army 并行审查模式:Stage 1 spec compliance gate 通过后,Stage 2 才并行扇出 code-quality / security / test / accessibility reviewers。仿 superpowers subagent-driven-development 双阶段模板。