gh-address-comments
Consolidated tool for managing PR review comments and CI failures.
Install
mkdir -p .claude/skills/gh-address-comments-poisontr33s && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15470" && unzip -o skill.zip -d .claude/skills/gh-address-comments-poisontr33s && rm skill.zipInstalls to .claude/skills/gh-address-comments-poisontr33s
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
REDIRECT - PR comment handling is now in gh-fix-ci. Use gh-fix-ci for both CI failures and review comment triage.Key capabilities
- →Redirect users to gh-fix-ci for PR comment handling
- →Direct users to gh-fix-ci for CI failure triage
- →Inform users that PR review comment workflow is now in gh-fix-ci
How it works
This skill acts as a redirect, informing the user that its functionality for PR comment handling and CI failure triage has been absorbed into the gh-fix-ci skill.
Inputs & outputs
When to use gh-address-comments
- →Handle PR review comments
- →Triage CI failure
- →Apply fixes to pull request
About this skill
gh-address-comments -> gh-fix-ci
This skill has been absorbed into gh-fix-ci.
The PR review comment workflow (fetch, triage, apply fixes) is now a section in gh-fix-ci alongside the CI failure workflow. Both share auth verification and PR resolution.
See: .codex/skills/gh-fix-ci/SKILL.md
When not to use it
- →When the user is not looking for PR comment handling
- →When the user is not looking for CI failure triage
Limitations
- →Does not perform any PR comment handling itself
- →Does not perform any CI failure triage itself
How it compares
This skill provides a direct redirection to a unified tool, unlike manually searching for the correct skill for PR comment or CI failure resolution.
Compared to similar skills
gh-address-comments side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gh-address-comments (this skill) | 0 | 4mo | Review | Beginner |
| shellcheck-configuration | 9 | 2mo | No flags | Intermediate |
| wolf-scripts-core | 5 | 9mo | Review | Intermediate |
| final-release-review | 5 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
shellcheck-configuration
wshobson
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.
wolf-scripts-core
Nice-Wolf-Studio
Core automation scripts for archetype selection, evidence validation, quality scoring, and safe bash execution
final-release-review
openai
Perform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-python.
fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
bash-defensive-patterns
wshobson
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.