Comment on a GitHub PR or issue on Michael's behalf, clearly attributed as AI-generated. Use when asked to leave a comment, reply, or respond on GitHub.
Install
npx skillscat add michaelvessia/nixos-config/gh-comment Install via the SkillsCat registry.
SKILL.md
Your task
Leave a comment on a GitHub PR or issue on Michael's behalf. The comment must
be clearly attributed as AI-generated.
Arguments
The user will provide:
- A PR/issue number or URL
- What they want the comment to say
Comment format
Wrap the user's message with this template:
> This comment was left by Michael's AI agent on his behalf.
{user's message}Steps
- Determine whether the target is a PR or issue. If a number is given without
context, checkgh pr viewfirst, fall back togh issue view. - Construct the comment body using the template above.
- Post using
gh pr comment <target> --body "..."orgh issue comment <target> --body "...". - Output the URL of the comment or confirm it was posted.
You MUST do this in a single message. Do not ask follow-up questions.