Agent Skills by cpa03
Showing 19 vetted skills indexed across 1 GitHub repositories.
docs-update
Update README and docs files with JSDoc comments and link validation.
planning-with-files
Plan complex tasks using Manus-style markdown files with a three-file pattern.
ci-pipeline-update
Modify GitHub Actions workflows by drafting YAML edits and validating syntax.
typescript-refactor
Refactor TypeScript code while preserving type safety and test coverage.
resilience-check
Audit backend services for error handling and fault tolerance safeguards.
database-migration-create
Create and apply versioned SQL migrations with rollback plans.
git-commit-standard
Generate conventional git commit messages from staged and unstaged diffs.
obra-superpowers-writing-plans
Generate end-to-end implementation plans from specs into docs/plans markdown files.
obra-superpowers-brainstorming
Guide ideas into validated designs and specs through one-question-at-a-time dialogue.
dependency-audit
Audit npm dependencies for vulnerabilities, outdated packages, and license compliance.
pattern-extraction
Extract reusable patterns and anti-patterns from git diffs.
code-review-checklist
Generate structured code-review checklists for pull requests, diffs, and commits.
security-audit
Audit code and dependencies for security vulnerabilities with remediation guidance.
obra-superpowers-test-driven-development
Enforce a RED-GREEN-REFACTOR workflow with failing tests before production code.
git-commit-message
Generate conventional commit messages from staged git diffs.
obra-superpowers-using-git-worktrees
Create isolated git worktrees with safety checks and project bootstrap.
test-suite-create
Create unit, integration, and end-to-end tests for a feature.
api-endpoint-create
Automate REST API endpoint creation with Zod/OpenAPI schemas, routes, and tests.
react-component-create
Create React components with TypeScript typings, tests, and documentation.