github-issue-reporter
A methodology for researching, drafting, and posting high-quality technical reports to GitHub repositories.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
A methodology for researching, drafting, and posting high-quality technical reports to GitHub repositories.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Protocol for high-fidelity document consolidation and conceptual shifting, preventing lossy 'banal summarization'.
Use this skill when the user wants to analyze a YouTube video forensically using a .info.json (metadata + comments) and/or .en.srt (transcript) produced by yt-dlp. Covers any narrative video genre: scams, true crime, interviews, controversies, documentaries. Triggers include: any mention of .info.json or .en.srt files, requests to analyze YouTube comments, mine crowd reactions, run sentiment analysis, cluster topics, find narrative pivots in a transcript, or extract the video URL from a yt-dlp JSON. The skill covers two tiers: (1) quick forensics via jq/Python, and (2) full statistical analysis via pandas/sklearn/matplotlib. Do NOT use for general YouTube searches, video downloading, or tasks where no .info.json/.en.srt files are present.
Sequential JSON-based workflow for accessing non-Termux files on Android using termux-saf-*.
Generalized template for diagnosing complex logical patterns and bugs in unstructured codebases or texts.
Conceptual and operational master guide for interacting with Neo4j using MCP tools.
Procedural instructions on tunneling and exposing GH Codespaces over SSH/SFTP directly to Termux.
| name | github-issue-reporter |
| description | A methodology for researching, drafting, and posting high-quality technical reports to GitHub repositories. |
This skill provides a disciplined workflow for moving from a successful local fix or discovery to a formal GitHub issue. It prioritizes research and "legwork" to ensure reports are welcome and actionable by maintainers.
The objective is to provide developers with the exact technical context they need to replicate your success or understand your failure, while explicitly demonstrating that you have avoided duplication.
Before drafting, you must confirm that the report is necessary and correctly formatted.
CONTRIBUTING.md or doc/sphinxdoc/contribute.rst.
gh auth status to see who you are.write permissions; if not, use the gh CLI via run_shell_command.A report must contain searchable "signal."
Structure the issue for maximum readability.
[Android/Termux], [Build Fix]).wscript to handle Android linkage").gh issue create with --body-file for large reports to avoid shell-escaping issues.# 1. Research
gh issue list --search "keyword"
# 2. Identity
gh auth status
# 3. Post
gh issue create --repo org/repo --title "..." --body-file issue.md