Find the perfect skill
PR Review Command
Development
Adjudicate a pull request as a maintainer. Reads the CI-posted pinned review as the source of truth, refreshes it if stale, and provides an interactive workflow to approve / request changes / make changes / close.
App Review Analyzer
Data & AI
Analyzes app store review CSV data containing id, date, user_name, title, content, rating, and app_version columns. Generates visualizations such as rating distribution, monthly trends, and version ratings, along with keyword analysis for positive and negative reviews. Useful for understanding user satisfaction, tracking app quality over time, and identifying issues in specific versions.
Exa Secondary Workflow
Development
Execute Exa secondary workflow for secondary use cases or complementing the primary workflow.
Run Local Services
Development
Automatically start all development services (backend, frontend, docs) with dependency checking, error diagnosis, and automatic recovery.
Ansible Playbook Writing and Review
DevOps
Assists in writing and reviewing Ansible playbooks, roles, and tasks following best practices for idempotency, security, and maintainability. Checks for proper use of FQCNs, handlers, error handling, and vault-encrypted secrets. Ideal for automating server configuration or reviewing existing Ansible code.
Temporal Python Testing
Testing
Comprehensive testing approaches for Temporal workflows using pytest, with progressive disclosure resources.
Convert Slack message to GitHub issue
Documentation
Fetch a Slack message and create a well-structured GitHub issue in Pulumi docs repositories.
App Store Connect ID Resolver
Development
Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
Progressive Exercise Hints
Productivity
Provides progressive hints for an exercise without revealing the answer. Uses Socratic questioning to guide understanding. Helpful when the user says 'hint', 'help', 'I'm stuck', or is struggling with an exercise.
New Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry.
Local CI Pipeline
DevOps
Run the CI pipeline locally before pushing. It sequentially runs Brakeman, Rubocop, Importmap Audit, unit tests, and system tests, stopping on the first failure.
Create a GitHub Pull Request
Development
Complete guide for creating a GitHub PR: branch creation, implementation, testing, formatting, and submission with a comprehensive description.