.claude/skills/pr/SKILL.md
Creates pull requests with proper formatting. Use when creating PRs, opening pull requests, or preparing changes for review.
npx skillsauth add deanmoses/tacocat-gallery-hosting-aws 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.
Use the Conventional Commit Format, same as commit messages:
<type>(<scope>): <description>
feat: User-facing features or behavior changes (must change production code)fix: Bug fixes (must change production code)docs: Documentation onlystyle: Code style/formatting (no logic changes)refactor: Code restructuring without behavior changetest: Adding or updating testschore: CI/CD, tooling, dependency bumps, configs (no production code)## Summary
One sentence describing the overall change.
- Optional supporting details
- If needed
## Test plan
- [ ] How to verify it works
Apply labels using gh pr create --label <label> or gh pr edit --add-label <label>:
enhancement - User-facing features or improvements (must change production code behavior)refactor - Production code changes that don't alter behaviorbug - Fixes broken production code functionalitytest - Changes to testsdocumentation - Documentation changesNo label needed for dependency bumps, CI/CD, tooling, or infrastructure changes.
Use type/short-description:
feat/cache-policy
fix/robots-txt-503
chore/pre-commit-hooks
git log main..HEAD to see commits for this branchgit diff main...HEAD to see all changestools
Generates commit messages and creates commits. Use when writing commit messages, committing changes, or reviewing staged changes.
tools
Creates git branches with proper naming. Use when creating branches, starting new work, or switching to feature branches.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.