skills/create-pr/SKILL.md
PR creation with standards verification gate
npx skillsauth add alchemishty/agent-harness create-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.
Create a pull request only after all quality gates pass.
harness.yaml --> commands.analyze. Run it. If it fails: STOP. Report errors. Do not create the PR.harness.yaml --> commands.test. Run it. If it fails: STOP. Report errors. Do not create the PR.enforcement/ directory exists with run-all.sh: run it. If it fails: STOP. Report errors.git status and git diff to understand all changes.git log main..HEAD (or equivalent) to see all commits on this branch.## Summary
- Bullet points describing what changed and why (2-5 bullets)
## Changes
- List of files changed, grouped by type (new, modified, deleted)
## Testing
- What tests were added/modified
- How to verify manually (reference qa/QA-<branch>.md if it exists)
## Notes
- Anything reviewers should pay special attention to
- Any known limitations or follow-up work needed
---
Generated with [Agent Harness](https://github.com/Alchemishty/agent-harness)
git push -u origin <branch-name>.gh pr create --title "<title>" --body "<body>".documentation
Post-implementation retrospective that captures learnings to memory and proposes doc improvements
testing
Validate and fix project structure against architecture rules
tools
Migrate project scaffolding to match the latest harness version. Adds new directories (memory/, scratch/), new harness.yaml fields, and suggests AGENTS.md updates. For plugin users this handles what a plugin update cannot — project-level structure changes. For git-clone users this also updates copied skill files.
data-ai
Install the agent harness into a target project. Detects project type (greenfield vs existing), copies skills, and delegates to the appropriate bootstrap command.