EphyraSoftware
- 3 skills
- 0 followers
- 8 hours ago last updated
- ▌ Review Flow · ephyrasoftware bundlePull request creation and review response workflow. Three sequential phases: (1) create a PR with conventional commits, (2) address reviewer feedback with fixup commits, (3) prepare for merge by autosquashing and rebasing. Triggers on: 'create a pull request', 'create a PR', 'open a PR', 'address review', 'address feedback', 'address comments', 'respond to review', 'ready to merge', 'prepare to merge'.
- ▌ Plan Execute · ephyrasoftware bundleStructured, iterative execution of a coding plan from a PLAN.md file. Implements tasks one at a time with a multi-step check chain and stall detection. ONLY use this skill when a PLAN.md file is present in the working directory. Do not activate without a PLAN.md. Triggers on: 'work through the plan', 'execute the plan', 'implement the plan', or any request to proceed with PLAN.md tasks.
- ▌ Rust Standards · ephyrasoftware bundleCoding standards for Rust projects. Apply when writing or reviewing Rust code. Covers error handling (`anyhow` scope, `thiserror` conventions, `Result` type aliases), test naming, and async test patterns. Triggers on any Rust coding task.