Find the perfect skill
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by analyzing and fixing type issues. Loops until zero errors or stagnation.
Good PRs report
Development
Shows a report of open ClickHouse PRs where all CI checks are green except possibly 'CH Inc sync', i.e. ready to merge. Grouped by your PRs, assigned, and tracked authors.
Summarize Changes
Development
Summarizes uncommitted changes and flags anything risky. Use when the user asks what changed, wants a commit message, or asks to review their diff.
ADLC Work Manifest (Remote)
Development
Read-only view of all in-flight ADLC work from the remote: open PRs and pushed feat/REQ-* branches, with a coarse component/domain overlap report. Advisory only; never blocks pipelines.
Expo UI SwiftUI
Development
Use SwiftUI views and modifiers in Expo apps via @expo/ui/swift-ui, with Host and RNHostView.
tldr - Simplified man pages
Development
Community-driven simplified man pages to quickly understand CLI tools.
Linkup Automation via Rube MCP
Development
Automate Linkup operations using Composio's Linkup toolkit via Rube MCP. Discover tools, check connection, and execute workflows.
Modern PHP Development
Development
Write idiomatic PHP code using generators, SPL, and PHP 8+ features for high-performance applications.
Structured Code Review
Development
Performs a systematic code review across five quality dimensions: correctness, security, style, architecture, and testing. It parses targets like staged changes, commits, ranges, or PRs, reads the full files, and produces a structured verdict with findings by severity. Best used as a gate before merging, after subagent work, or when a second opinion is needed.
Logging API Requests with Correlation IDs
Development
Implement structured API request logging with correlation IDs, PII redaction, and audit trails. Covers middleware, log aggregation formats, and tests.
Repository Dashboard
Development
Display a comprehensive repository dashboard with PRs, issues, CI/CD health, and suggested tasks, with configurable detail levels.
Git Commit Workflow with Hook Handling
Development
Git commit workflow handling pre-commit hooks, lint/type checks, tests, and documentation updates.