.cursor/skills/pr-with-docs/SKILL.md
Creates production-ready pull requests with automatically updated AGENTS.md and project docs. Use when the user asks to create a PR, make a PR, is ready to merge, has finished a feature and wants a PR, or says they're done for the day with changes to commit.
npx skillsauth add pmagnomuller/ai-workflow-cursor-config pr-with-docsInstall 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.
When the user asks to create a pull request (e.g. "make a PR with these changes", "create a PR for this", "ready to merge", "that's all for today, I added X"), follow this workflow to analyze changes, update AGENTS.md (and .cursor/rules if relevant), run the Git workflow, and create the PR.
apps/api/app/routes/, apps/web/src/app/api/)apps/api/migrations/)apps/api/app/core/config.py, etc.)AGENTS.md (and relevant .cursor/rules/*.mdc) thoroughly..cursor/rules/python-api.mdc or .cursor/rules/nextjs-web.mdc as appropriate.Branch
git branch --show-current.main/master, create a feature branch: <type>/<brief-description> (e.g. feature/add-instagram-scraping, fix/auth-redirect-loop, docs/update-schema-info). Types: feature, fix, docs, refactor, chore.Stash
git status.git stash push -m "Auto-stash before PR creation".Commit
git add AGENTS.md (and any .cursor/rules/*.mdc if changed).git commit -m "docs: update AGENTS.md with [specific changes]".git add .<type>(<scope>): <description> (e.g. feat(auth): add Google OAuth support).Publish
git push -u origin <branch-name>.gh pr create (or host-appropriate CLI).| Change | Update |
|--------|--------|
| New files in apps/api/ (routes, models, services) | Repo Layout, Conventions, Key Files |
| New files in apps/api/migrations/ | Repo Layout, Database/Migrations |
| New env vars in code | Conventions / README env section |
| New packages | Repo Layout / Tech stack |
| New dev commands | Where to Run Commands |
| Auth logic changes | Conventions, Auth |
| New component/API patterns | Conventions, Key Files |
| New third-party integrations | Conventions or new subsection |
Goal: merge-ready PRs with documentation in sync with the codebase.
documentation
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
documentation
Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.
documentation
Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
documentation
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.