Skip to main content
Run any Skill in Manus
with one click
gao-hongnan
GitHub creator profile

gao-hongnan

Repository-level view of 23 collected skills across 1 GitHub repositories.

skills collected
23
repositories
1
updated
2026-07-10
repository explorer

Repositories and representative skills

typings
software-developers

Use when writing or reviewing Python 3.14+ with strict type-safety enforced: generics with PEP 695 syntax, annotationlib / deferred annotations, Protocol vs ABC, ParamSpec decorators, TypeIs / TypeGuard narrowing, TypedDict / ReadOnly, magic strings / numbers vs Literal / StrEnum / Final, NewType vs aliases, or any time mypy / pyright / pyrefly / ty is configured, run, or failing.

2026-07-10
typings
software-developers

Use when writing or reviewing TypeScript 6.0+ with strict type-safety: tsconfig defaults and deprecations, explicit global types, rootDir / paths / moduleResolution, import attributes, generics with T-prefix names, branded types, discriminated unions with `never` exhaustiveness, Result types, magic strings / numbers vs literal unions and named constants, Zod boundaries, `satisfies`, assertion functions, inferred type predicates, `using`, standard decorators, `unknown` vs `any`, or `// @ts-expect-error`.

2026-07-10
design-review
software-quality-assurance-analysts-and-testers

Use when reviewing code for maintainability issues such as coupling, cohesion, abstraction leaks, boundary drift, code smells, naming problems, duplicated logic, premature generalization, or design-pattern misuse.

2026-07-08
review-contract
software-quality-assurance-analysts-and-testers

Use when producing or consuming structured code review findings. Defines the shared output contract, severity rubric, finding schema, per-specialist report shape, and final aggregated report shape that all reviewer specialist agents must follow and the verifier agent enforces.

2026-07-08
drawio
software-developers

Always use when user asks to create, generate, draw, or design a diagram, flowchart, architecture diagram, ER diagram, sequence diagram, class diagram, network diagram, mockup, wireframe, or UI sketch, or mentions draw.io, drawio, drawoi, .drawio files, or diagram export to PNG/SVG/PDF.

2026-07-08
blindspot-pass
software-developers

Use when the user is entering unfamiliar territory — a new area of the codebase, a new domain, tool, or problem space — or is about to scope substantial work in one, and the gap between what they asked for and what the territory actually demands is likely to be large. Also use when the user asks what they are missing, says they don't know what good looks like, or wants help prompting better before delegating work.

2026-07-08
blueprint
software-developers

Generate standalone HTML + inline-SVG technical diagrams that come out format-clean every time — text that always fits its box, arrows that actually connect, no overlaps, no drift. Works by planning a coordinate grid first and sizing every box with monospace arithmetic instead of guessing pixels, then self-checking the geometry before delivery. Output is a single self-contained .html file (no build step, no dependencies) that opens in any browser.

2026-07-08
correctness-review
software-quality-assurance-analysts-and-testers

Use when reviewing code for logic errors, type-safety violations, null/undefined handling, off-by-one, race conditions, incorrect API usage, broken contracts, missing error handling, edge-case gaps, or state-management bugs.

2026-06-12
Showing top 8 of 23 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded