بنقرة واحدة
issue-triage
Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when user wants to sync, push, or add BibTeX entries to a Zotero collection/folder. Handles deduplication by DOI, arXiv ID, or title.
Update skills with concise concrete practices, keeping SKILL.md minimal
Log ML experiments with hyperparameters, metrics, and plots; human interprets results and plans next experiments
Research academic papers and questions, write typst documents with cetz visualizations, teach until human understands
Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests
Find, format, and manage academic citations in BibTeX and typst formats
| name | issue-triage |
| description | Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage |
You are executing the issue-triage skill.
$ARGUMENTS
Help you create well-formed GitHub issues by evaluating necessity, assessing difficulty, and polishing the issue body before opening.
| Phase | Actor | Action |
|---|---|---|
| 1 | Human | Describe problem, set intent |
| 2 | Researcher | Check for duplicates in target repo |
| 3 | Prover | Assess necessity & difficulty rating |
| 4 | Human | Confirm priority & scope |
| 5 | Writer | Draft issue body |
| 6 | Polisher | Refine title, labels, formatting |
| 7 | Human | Final approval |
| 8 | Coder | Execute gh issue create |
gh issue creategh issue list -R <repo> --search "<keywords>" # check duplicates
gh issue create -R <repo> -t "<title>" -b "<body>" -l "<labels>"