What problem does it solve?
This Skill helps prevent broken or non-compliant pull requests in the HotPlex repository by enforcing test, lint, PR creation, and CI monitoring across required platforms.
Core Features & Use Cases
- Quality Gate Before PR: Runs
make test (including -race) and make lint, then guides diagnosis and fixes for common cross-platform failures.
- End-to-End PR Workflow: Detects your fork remote, pushes your branch, creates or updates PRs in
hrygo/hotplex, and keeps changes incrementally synced.
- PR Review & CI Recovery: Supports on-demand PR code review (architecture-aware, issue scoring) and CI failure log analysis with targeted remediation.
- Architecture-Aware Commit & PR Descriptions: Generates Conventional Commits with scope inferred from changed paths (e.g.,
worker/ocs, messaging/slack) and produces a HotPlex-relevant PR template.
Quick Start
Ask the assistant: create a HotPlex PR for my completed changes, run the required checks, push my fork branch, open the PR to hrygo/hotplex, and monitor CI until it passes.