Agent Skills by Philip Cortes
Showing 19 vetted skills indexed across 1 GitHub repositories.
summarizer
Generate structured JSON summaries from completed issue implementations and diffs.
fix-planner
Design minimal safe code fixes with before/after snippets and tests.
bug-researcher
Reproduce bugs and collect stack traces, logs, and affected files.
bug-fix-plan-critic
Critique proposed bug-fix plans for correctness, completeness, risk, and test coverage.
root-cause-analyzer
Analyze reproduction evidence to identify the root cause of bugs from stack traces and error messages.
bug-root-cause-critic
Critique root cause analyses for evidence quality and hypothesis correctness.
bug-fix-plan-moderator
Synthesize critic feedback into improved bug fix plans.
bug-root-cause-moderator
Revise bug root-cause analyses using critic feedback and evidence.
issue-splitter
Split complex GitHub issues into 2-4 implementable sub-issues.
complexity-gate
Estimate issue complexity and output structured JSON with split suggestions.
feature-recovery
Diagnose failed implementations from error outputs and generate recovery plans.
feature-spec-critic
Evaluate engineering specs against a startup rubric for over-engineering and simplicity.
feature-spec-author
Convert approved PRDs into implementation-ready engineering specs with data models and APIs.
coder
Generates minimal Python production code to satisfy failing unit tests in TDD Green phase workflows.
feature-spec-moderator
Classify peer feedback on engineering specs into ACCEPT, REJECT, DEFER, or PARTIAL decisions.
issue-creator
Generate atomic GitHub issues from an approved engineering specification.
issue-validator
Evaluate GitHub issues for implementability and output a structured JSON report.
feature-verifier
Diagnoses test failures from Feature Swarm verification and outputs a JSON report.
test-writer
Generate pytest-compatible unit tests from GitHub issue requirements for TDD workflows.