All authors
troykelly avatar

Claude Skills by troykelly

github.com/troykelly
24 skillsA× 23B× 10 installs3 views
Apply All FindingsA

Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace

data-aitypescriptgo
0
5
Autonomous OperationA

Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved

data-aitypescriptgo
0
5
Autonomous OrchestrationA

Use when user requests autonomous operation across multiple issues. Orchestrates parallel workers using Task tool, monitors with TaskOutput, handles SLEEP/WAKE cycles, and works until scope is complete without user intervention.

data-aibashnode
0
5
Ci MonitoringA

Use after creating PR - monitor CI pipeline, resolve failures, address review feedback, and merge when all gates pass

data-aibashnode
0
5
Clean CommitsA

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point

data-aitypescriptgo
0
5
Comprehensive ReviewA

Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete

data-aitypescriptgo
0
5
Conflict ResolutionA

Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity

data-aitypescriptgo
0
5
Database ArchitectureA

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies

data-aigobash
0
5
Error RecoveryB

Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state

data-aijavascripttypescript
0
5
Features DocumentationA

Use when user-facing features change. Ensures features documentation is updated. Pauses work if documentation has drifted, triggering documentation-audit skill.

data-aibashgit
0
5
Feedback TriageA

Use when receiving UAT feedback, bug reports, user testing results, stakeholder feedback, QA findings, or any batch of issues to investigate. Investigates each item BEFORE creating issues, classifies by type and priority, creates well-formed GitHub issues with proper project board integration.

data-aigobash
0
5
Github Api CacheA

MANDATORY before any GitHub project operations - caches project metadata to prevent rate limit exhaustion. Called by session-start. Other skills MUST use cached data.

data-aibashnode
0
5
Ipv6 FirstA

IPv6 is THE first-class citizen. All code, tests, documentation, and configurations MUST be IPv6-first. IPv4 MAY be added only for legacy support as a second-class citizen.

data-aipythonbash
0
5
Issue DecompositionA

Use when an issue is too large for a single task - breaks into linked sub-issues with full documentation, ensuring manageable work units

data-aigobash
0
5
Local Service TestingA

Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks

data-aitypescriptpython
0
5
Code ArchitectA

Use when asked for an architecture blueprint or explicitly asked to run the code-architect subagent.

toolsbash
0
5
Code ExplorerA

Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.

toolsbash
0
5
Code ReviewerA

Use when explicitly asked to run the code-reviewer subagent or when another skill requires the code-reviewer agent card.

toolsbashcode-review
0
5
Code SimplifierA

Use when asked to simplify recently changed code without changing behavior or explicitly asked to run the code-simplifier subagent.

toolsbash
0
5
Comment AnalyzerA

Use when asked to review code comments for accuracy/quality or explicitly asked to run the comment-analyzer subagent.

toolsbash
0
5
Pr Test AnalyzerA

Use when asked to evaluate PR test coverage or explicitly asked to run the pr-test-analyzer subagent.

toolsbash
0
5
Security ReviewerA

Use when explicitly asked to run the security-reviewer subagent or when another skill requires the security-reviewer agent card.

toolsbashsecurity
0
5
Silent Failure HunterA

Use when asked to detect silent failures/weak error handling or explicitly asked to run the silent-failure-hunter subagent.

toolsbash
0
5
Type Design AnalyzerA

Use when asked to evaluate type design/invariants or explicitly asked to run the type-design-analyzer subagent.

toolsbash
0
5