Find the perfect skill
Create a pull request
Development
Create a branch, commit changes, and open a pull request using the repository's PR template.
Git Repository Summary
Development
Get a comprehensive overview of the current Git repository: status, recent commits, branches, and contributors.
Codebase Health Audit
Development
Comprehensive code audit to identify technical debt, quality issues, and improvement opportunities.
Speckit Review
Testing
Review completed implementation work against specifications and update task status.
Terraform IaC Expert
DevOps
Expert in Terraform and OpenTofu infrastructure as code. Handles module design, state management, multi-environment setups, and CI/CD integration. Useful for setting up new Terraform projects, migrating existing infrastructure, and troubleshooting state drift.
Smart Logical Commits
Development
Analyzes changes and suggests grouping them into logical commits based on their nature (feature, refactoring, bug fix) and scope. Presents a concise plan table for confirmation and executes commits in batches. Helps avoid messy or oversized commits.
Workspace Setup
Development
Runs setup scripts for one or all projects in the workspace, including dependency installation, environment configuration, and database migrations. Helpful when the user asks to set up projects or install dependencies.
Create PR with labels and assignment
Development
Push branch and open a Pull Request assigned to @me, labeled, with Closes #N link, following conventional commit style.
Python Functional Code Reviewer
Development
This skill reviews Python codebases with a focus on functional programming, avoiding for-loops, and promoting clean, composable code. It enforces code quality via ruff and validates environment hygiene with uv. Useful for ensuring modern, maintainable Python code.
End-to-end Play Store asset pipeline
Development
End-to-end Play Store asset pipeline. Boots Android emulator, captures real screenshots, extracts brand colors, and generates icon, feature graphic, and framed screenshots using AI (Gemini Imagen, AI Studio, Replicate).
Home Assistant Integration Knowledge
Development
Essential reference for building, testing, and reviewing Home Assistant integrations, covering best practices, platforms, and quality.
PHPStan Error Resolver
Development
Automates PHPStan error resolution by fixing type issues in batches, iterating until zero errors or stagnation.