.cursor/skills/update-with-comments/SKILL.md
Check comments from the Pull Request on the GitHub and update code.
npx skillsauth add alibaba/neug update-with-commentsInstall 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).
Locate the Pull Request:
Get PR comments:
gh pr view <pr-id> --comments.gh api repos/:owner/:repo/pulls/<pr-id>/comments.Update Code:
Approve, skip the update.Question, you have to explain your understanding based on the code and comments.Request Changes, e.g., typos, code style, potential bugs, optimization chances, etc.
Report & Submit: Generate a summary to show all comments and their updates. Then, commit the changes and push to the PR branch.
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
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.
data-ai
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.