Find the perfect skill
Pull Request Command
Development
Create a GitHub Pull Request with an AI-generated summary that highlights non-trivial changes, runs pre-flight checks, and enforces code health.
Amend Commit
Development
Modifies the most recent commit by adding staged changes, updating the message, or both. Helps when you need to add forgotten files, fix a typo in the commit message, or reformat it to follow Conventional Commits.
PR Creation
Development
Must be used before creating any PR, pushing a branch for review, or running `gh pr create`. Covers changelog entries, branch naming, PHPCS/PHPUnit checks, and reviewer assignment.
Vulcan Runtime Contract and Safety Rules
Development
Mandatory first-step skill for any Vulcan or Phoenix DEX interaction. Loads runtime contract, enforces eight safety rules, and routes to focused skills.
Create a composable (useX)
Development
Create a reusable Vue composable (useX) with tests, following TrackGrowth conventions and Pinia vs composable distinction.
Gatling Scenario Creator
Testing
Automated assistance for creating Gatling performance test scenarios. Covers load testing, stress testing, and benchmarking best practices.
PM (Horizon Alias)
Productivity
Backward-compat alias for Horizon: redirects to @horizon for VNX future-state planning (roadmap, tracks, deliverables). Prefer @horizon for any new work.
Create GitHub Pull Requests
Development
Creates GitHub pull requests from the current branch's commits: push, title/body generation, gh pr create, Copilot review request, and automated follow-up monitoring.
Home Assistant PR Comment Audit
Development
Audits review comment threads on a Home Assistant GitHub PR, flagging unaddressed comments and requests for clarification. Use when checking if PR feedback has been addressed.
Publishing a Hotline
Development
Turn a local program into a callable hotline by writing a worker, declaring its contract, registering it, and verifying it is genuinely callable.
Retrieve Job Inputs
DevOps
Retrieve input values for a job execution to debug, reproduce, or audit job submissions.
Performing File Carving with Foremost
Security
Recover files from disk images and unallocated space using Foremost's header-footer signature carving to extract evidence regardless of file system state.