.agent/skills/gh-issue-replier/SKILL.md
Professional English replier for GitHub issues. Use when a task is completed, a bug is fixed, or more info is needed from the user. Automates replying using the 'gh' CLI tool.
npx skillsauth add fu-jie/openwebui-extensions gh-issue-replierInstall 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.
The gh-issue-replier skill enables Gemini CLI to interact with GitHub issues professionally. It enforces English for all communications and leverages the gh CLI to post comments.
bash scripts/check_star.sh <issue-number>gh tool to submit the reply.bash scripts/check_star.sh <issue-number>
gh issue comment <issue-number> --body "<message-body>"
Example (if user has NOT starred):
gh issue comment 49 --body "This has been fixed in v1.2.7. If you find this helpful, a star on the repo would be much appreciated! ⭐"
Example (if user HAS starred):
gh issue comment 49 --body "This has been fixed in v1.2.7. Thanks for your support!"
gh issue close <number>.development
Commit and push code to GitHub, then publish to OpenWebUI official marketplace without updating version. Use when fixing bugs or optimizing performance that doesn't warrant a version bump.
tools
Automatically publishes plugin update posts to openwebui.com.
tools
Automates version upgrades and changelog synchronization across 7+ files (Code, READMEs, Docs). Use when a plugin is ready for release to ensure version consistency.
tools
Automotive deployment and testing of GitHub Copilot SDK Pipe plugin for frontend/backend status stability.