Agent Skills by tanghuo
Showing 17 vetted skills indexed across 1 GitHub repositories.
sr-help
Guide users to select appropriate sr-* skills for workflows.
sr-plan-split
Split implementation plans into executable tasks with dependencies and acceptance criteria.
go-abstraction-discipline
Refactor Go code by removing thin wrappers, single-use helpers, and misplaced constants.
sr-split-ready
Inspect review reports and RFCs for task-splitting readiness.
db-operation-discipline
Enforce small transactions, deliberate locking, and data consistency boundaries in database code reviews.
go-fail-fast-wiring
Refactor Go services to validate required dependencies at construction time.
naming-discipline
Enforce consistent semantic naming conventions for code identifiers, Redis keys, and wire-level terms.
sr-task-runner
Orchestrate batch task execution with dependency-aware scheduling and safe parallelism.
sr-worktree-review-fix-loop
Automate iterative code review and repair in a worktree.
go-function-clarity
Refactor Go functions by splitting multi-job functions and optimizing return styles.
audit
Automates code quality audits and reviews in repositories via predefined and custom prompts.
sr-review
Review documents for goal alignment, context verification, and risk identification.
go-test-seam-discipline
Refactor Go code to remove test-driven abstractions and preserve runtime semantics.
sr-expert
Coordinate external expert reviews within sr-* software workflows.
redis-key-discipline
Design Redis keys with consistent, slot-sharing token-aware naming conventions.
sr-task-loop
Execute markdown task files through read, implement, validate, review, and update steps.
sr-design-gate
Convert rough ideas into repo-grounded design artifacts for sr-* workflows.