.cursor/skills/create-pr/SKILL.md
Submit a new Pull Request to the project.
npx skillsauth add alibaba/neug 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.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Create PR: Create a new PR from the current branch. If current branch is main, checkout to a new branch. Load the template in a temporary file templates/pull-request.md.
Fill Metadata:
User Revision:
Submit PR: Submit the PR to the project.
gh pr create \
--title "<pr-title>" \
--body "<pr-content>" \
--reviewer "<reviewer>"
development
--- name: codegraph description: Analyze indexed codebases via graph database (neug) and vector index (zvec). Covers call graphs, dependencies, dead code, hotspots, module coupling, architecture reports, semantic search, impact analysis, bug root cause from GitHub issues, class diagrams (UML), and PR review (risk scoring, conflict detection, auto-merge candidates, labeling). Also covers creating, inspecting, and repairing a CodeScope index. Use for: code structure, who calls what, why something
development
Check comments from the Pull Request on the GitHub and update code.
documentation
Cerate or Update a GitHub Issue for each Task in the task document.
documentation
Cerate or Update a GitHub Issue for each Module in the task document.