askill
HankLiu447

HankLiu447

Publisher on askill

20 total stars
Skills10
Updated 2/5/2026
GitHub
verification-before-completion
verification-before-completion
HankLiu4472/5/2026

Use when about to claim work is complete, fixed, or passing. REQUIRES running verification commands and confirming output before making any success claims. Evidence before assertions, always.

2
AI 95
receiving-code-review
receiving-code-review
HankLiu4472/5/2026

Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not performative agreement or blind implementation.

2
AI 95
tdd
tdd
HankLiu4472/5/2026

Use when implementing any feature or bugfix, before writing implementation code. Each Scenario in Specs becomes a test case following RED → GREEN → REFACTOR cycle.

2
AI 92
executing-plans
executing-plans
HankLiu4472/5/2026

Use when you have a written implementation plan to execute in a separate session with review checkpoints. Alternative to subagent-driven development for batch execution.

2
AI 88
gemini
gemini
HankLiu4472/5/2026

Execute Gemini CLI for AI-powered code analysis and generation. Use when you need to leverage Google's Gemini models for complex reasoning tasks.

2
AI 82
spec-validation
spec-validation
HankLiu4472/5/2026

Use to validate spec documents for correctness, completeness, and consistency. Ensures specs follow SuperSpec format and are ready for implementation.

2
dispatching-parallel-agents
dispatching-parallel-agents
HankLiu4472/5/2026

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatch one agent per independent problem domain for parallel execution.

2
codex
codex
HankLiu4472/5/2026

Execute Codex CLI for code analysis, refactoring, and automated code changes. Use when you need to delegate complex code tasks to Codex AI with file references (@syntax) and structured output.

2
code-review
code-review
HankLiu4472/5/2026

Use after completing tasks to review code for quality and spec compliance. Two-stage review: Spec Compliance first, then Code Quality.

2
external-review
external-review
HankLiu4472/5/2026

External AI code review using Codex or Gemini. Reads project.yaml to determine which provider to use for frontend vs backend tasks. Includes hallucination detection to avoid blindly applying AI sugges...

2
Showing all 10 skills.