What problem does it solve?
After finishing feature work on a Novu branch, developers still face a long checklist before merge: cleaning the diff, running quality and security passes, formatting commits, opening the PR against next, triaging failing CI checks, and addressing review comments. This Skill orchestrates that entire post-implementation workflow so nothing is missed.
Core Features & Use Cases
- Structured PR prep workflow: Nine tracked steps covering scope sanity, quality passes (code quality review and deslop), conditional multi-tenant security checks, local validation, commit hygiene, and PR creation via
gh.
- CI triage and review feedback: Dispatches parallel ci-investigator subagents per failing check, distinguishes deterministic failures from flakes, and processes unresolved PR review threads with minimal in-scope fixes.
- Merge-ready verification: Confirms green CI, resolved threads, Linear ticket linkage, and enterprise submodule cross-linked PRs before declaring done.
- Use Case: After implementing a new API endpoint on branch
cursor/add-endpoint, invoke this Skill to run the security checklist for tenant scoping, build @novu/api-service, open a PR against next titled fix(api-service): ... fixes NV-1234, and iterate on CI failures until merge-ready.
Quick Start
Prepare my current feature branch as a pull request against next and triage any failing CI checks.