skills/pr/SKILL.md
PR workflow - validate, branch, commit, push, PR, checkout main, rebase, squash merge. Use when submitting changes.
npx skillsauth add arre-ankit/skills prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Validate: pnpm build
Branch: Ask user or suggest (fix/, feat/, refactor/, docs/)
git checkout -b {branch-name}
Commit: Stage specific files, use emoji-log format
FIX: | NEW: | IMPROVE: | DOC:git add {files} && git commit -m "$(cat <<'EOF'
FIX: Description
EOF
)"
Push: git push -u origin {branch}
PR:
gh pr create --title "FIX: Description" --body "$(cat <<'EOF'
## Summary
- Changes
## Test plan
- [ ] Tests
EOF
)"
Main: git checkout main && git pull --rebase origin main
Merge: Ask user, then:
gh pr merge {number} --squash --delete-branch
git pull --rebase origin main
development
Write sarcastic, ultra-concise X/Twitter posts about AI coding, open-source, and dev life. Use when asked to write tweets or X posts.
development
Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).