dev:help

Installation
SKILL.md

Print the following text exactly as written. Do not reformat, create tables, add headers, or add any commentary.

dev — Development workflow commands for Claude Code

/dev:commit [--yes|-y] [--no-push] [--autofix] [--atomic] [--single] Create a conventional commit with formatting, linting, push, and CI monitoring in one workflow

/dev:ci [--wait] [--autofix] [--silent] Monitor CI/CD workflows (GitHub Actions or GitLab CI)

/dev:allow [--global] Pre-approve dev plugin permissions for uninterrupted autonomous agent execution

/dev:pr-fix [pr-id] [--github|--gitlab] [--silent] Fetch open PR/MR change requests and propose fixes

/dev:rebase [base-branch] [--push] Safely rebase a branch using an intent snapshot to drive conflict resolution correctly

Installs
11
First Seen
Mar 21, 2026
dev:help — cloudvoyant/codevoyant