Openai Gh Address Comments
Analyzes GitHub pull request comments using OpenAI to suggest improvements in clarity, tone, and technical accuracy.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add openai-gh-address-comments npx -- -y @trustedskills/openai-gh-address-comments
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"openai-gh-address-comments": {
"command": "npx",
"args": [
"-y",
"@trustedskills/openai-gh-address-comments"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to address comments on GitHub repositories. It can automatically format pull request and issue comments, ensuring they are properly linked back to the relevant code or discussion. This streamlines communication and improves clarity within development workflows by creating actionable and well-formatted comments.
When to use it
- Responding to questions in a pull request review with specific line references.
- Adding clarifying information to an open issue, linking directly to related code snippets.
- Acknowledging feedback on a GitHub discussion thread while referencing the relevant context.
- Automatically formatting comments when working within a development team using GitHub for collaboration.
Key capabilities
- Formats pull request and issue comments.
- Creates links back to specific lines of code in repositories.
- Supports addressing discussions on GitHub.
Example prompts
- "Respond to this pull request review with a comment referencing line 42 of
src/main.py." - "Add a comment to issue #123 explaining the fix, linking to the relevant commit."
- "Format my response to this GitHub discussion and include a reference to the documentation on page 5."
Tips & gotchas
- Requires access to a GitHub repository.
- The agent needs appropriate permissions (write access) within the target repository to post comments.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.