Back to authors
troykelly

troykelly

60 Skills published on GitHub.

acceptance-criteria-verification

Use after implementing features - verifies each acceptance criterion with structured testing and posts verification reports to the GitHub issue

UncategorizedView skill →

api-documentation

Use when API code changes (routes, endpoints, schemas). Enforces Swagger/OpenAPI sync. Pauses work if documentation has drifted, triggering documentation-audit skill.

UncategorizedView skill →

apply-all-findings

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

UncategorizedView skill →

autonomous-operation

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

UncategorizedView skill →

autonomous-orchestration

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

UncategorizedView skill →

branch-discipline

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

UncategorizedView skill →

ci-monitoring

Use after creating PR - monitor CI pipeline, resolve failures cyclically until green or issue is identified as unresolvable

UncategorizedView skill →

clean-commits

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

UncategorizedView skill →

code-architect

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

UncategorizedView skill →

code-explorer

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

UncategorizedView skill →

code-reviewer

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

UncategorizedView skill →

code-simplifier

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

UncategorizedView skill →

comment-analyzer

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

UncategorizedView skill →

comprehensive-review

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

UncategorizedView skill →

conflict-resolution

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

UncategorizedView skill →

database-architecture

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

UncategorizedView skill →

deferred-finding

Use when a review finding cannot be fixed in current PR - creates properly documented tracking issue with full context, linked to parent, following full issue-driven-development process

UncategorizedView skill →

documentation-audit

Use when documentation drift is detected. Comprehensively audits codebase and creates/updates Swagger, features docs, and general documentation to achieve full sync.

UncategorizedView skill →

Page 1 of 4 · 60 results