.agents/skills/sym-address-comments/SKILL.md
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
npx skillsauth add gannonh/kata-cloud-agents sym-address-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.
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access.
You should endeavor to run this entire workflow autonomously, only engaging the user if issues arise or uncertain how to best proceed.
<path-to-skill>/scripts/fetch_comments.py which will print out all the comments and review threads on the PRfix-ci skill to analyze the CI logs, identify the root cause, and apply necessary fixes.Notes:
gh auth login, then retry.gh auth status, rerun it with sandbox_permissions=require_escalated.tools
This skill should be used when a new project session starts and the user expresses what they want to build, asks to "start a project", "spec this out", "help me plan", or describes a feature/tool/system they want to create. Guides structured intent capture through goal, constraints, architecture, acceptance criteria, tasks, and non-goals.
tools
Push current branch changes to origin and create or update the corresponding pull request (with the correct base branch); use when asked to push, publish updates, or create pull request.
development
Pull latest origin/<base-branch> into the current local branch and resolve merge conflicts (aka update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update (not rebase), and guide conflict resolution best practices.
tools
Use Symphony's `linear_graphql` client tool for raw Linear GraphQL operations such as comment editing and upload flows.