Loading...
Loading...
Use this skill when asked to create a GitHub issue. It handles different issue types (bug, feature, etc.) using repository templates and ensures proper labeling.
npx skill4agent add google-gemini/gemini-cli github-issue-creator.github/ISSUE_TEMPLATE/bug_report.ymlfeature_request.ymlwebsite_issue.yml.mdid🔒 maintainer onlygh# 1. Write the drafted content to a temporary file
# 2. Create the issue using the --body-file flag
gh issue create --title "Succinct title" --body-file <temp_file_path> --label "🔒 maintainer only"
# 3. Remove the temporary file
rm <temp_file_path>gh issue create--body-file--body--body-file--fieldgemini-cli--body-file