github

von openai

Triage und Orientierung von GitHub-Repository-, Pull-Request- und Issue-Arbeiten über die verbundene GitHub-App. Verwenden, wenn der Benutzer allgemeine GitHub-Hilfe anfordert, einen PR oder… wünscht.

npx skills add https://github.com/openai/plugins --skill github

GitHub

Overview

Use this skill as the umbrella entrypoint for general GitHub work in this plugin. It should decide whether the task stays in repo and PR triage or should be handed off to a more specific review, CI, or publish workflow.

This plugin is intentionally hybrid:

  • Prefer the GitHub app from this plugin for repository, issue, pull request, comment, label, reaction, and PR creation workflows.
  • Use local git and gh only when the connector does not cover the job well, especially for current-branch PR discovery, branch creation, commit and push, gh auth status, and GitHub Actions log inspection.
  • Keep connector state and local checkout context aligned. If the request is about the current branch, resolve the local repo and branch before acting.

Once the intent is clear, route to the specialist skill immediately and do not keep broad GitHub triage in scope longer than needed.

Connector-First Responsibilities

Handle these directly in this skill when the request does not need a narrower specialist workflow:

  • repository orientation once the repo, PR, issue, or local checkout is identified
  • recent PR or issue triage
  • PR metadata summaries
  • PR patch inspection
  • PR comments, labels, and reactions
  • issue lookup and summarization
  • PR creation after a branch is already pushed

Prefer the GitHub app from this plugin for those flows because it provides structured PR, issue, and review-adjacent data without depending on a local checkout. If the repository is not already identifiable from the user request or local git context, ask for the repo instead of pretending there is a repo-search flow that may not exist.

Routing Rules

  1. Resolve the operating context first:
    • If the user provides a repository, PR number, issue number, or URL, use that.
    • If the request is about "this branch" or "the current PR", resolve local git context and use gh only as needed to discover the branch PR.
    • If the repository is still ambiguous after local inspection, ask for the repo identifier.
  2. Classify the request before taking action:
    • repo or PR triage: summarize PRs, issues, patches, comments, labels, reactions, or repository state
    • review follow-up: unresolved review threads, requested changes, or inline review feedback
    • CI debugging: failing checks, Actions logs, or CI root-cause analysis
    • publish changes: create or switch branches, stage changes, commit, push, and open a draft PR
  3. Route to the specialist skill as soon as the category is clear:
    • Review comments and requested changes: ../gh-address-comments/SKILL.md
    • Failing GitHub Actions checks: ../gh-fix-ci/SKILL.md
    • Commit, push, and open PR: ../yeet/SKILL.md
  4. Keep the hybrid model consistent after routing:
    • connector first for PR and issue data
    • local git and gh only for the specific gaps the connector does not cover

Default Workflow

  1. Resolve repository and item scope.
  2. Gather structured PR or issue context through the GitHub app from this plugin.
  3. Decide whether the task stays in connector-backed triage or needs a specialist skill.
  4. Route immediately when the work becomes review follow-up, CI debugging, or publish workflow.
  5. End with a clear summary of what was inspected, what changed, and what remains.

Output Expectations

  • For triage requests, return a concise summary of the repository, PR, or issue state and the next likely action.
  • For mixed requests, tell the user which specialist path you are taking and why.
  • For connector-backed write actions, restate the exact PR, issue, label, or reaction target before applying the change.
  • Never imply that GitHub Actions logs are available through the connector alone. That remains a gh workflow.

Examples

  • "Use GitHub to summarize the open PRs in this repo and tell me what needs attention."
  • "Help with this PR."
  • "Review the latest comments on PR 482 and tell me what is actionable."
  • "Debug the failing checks on this branch."
  • "Commit these changes, push them, and open a draft PR."

Mehr Skills von openai

user-context
openai
Laden oder verwalten Sie die dauerhaften Source-Routing-Einstellungen, die Onboarding-Logik, den Setup-Fortschritt und das Semantic-Layer-Register des Data Analytics-Plugins.
official
notion-research-documentation
openai
Notion-Inhalte recherchieren und in strukturierte Kurzberichte, Reports oder Vergleiche mit Quellenangaben synthetisieren. Notion-Seiten mit gezielten Suchanfragen durchsuchen und abrufen, dann Ergebnisse nach Themen ordnen mit Inline-Quellenangaben und einem Referenzabschnitt. Wählen Sie aus vier Ausgabeformaten (Kurzbericht, Forschungszusammenfassung, Vergleich, umfassender Report) basierend auf Umfang und Benutzerziel. Erstellen und aktualisieren Sie Notion-Seiten mit integrierten Vorlagen; verlinken Sie Quellen direkt und verfolgen Sie Änderungen, sobald neue Informationen eintreffen...
official
rcsb-pdb-skill
openai
Übermitteln Sie kompakte RCSB PDB-Anfragen für Kernmetadaten, Search API-Abfragen und FASTA-Downloads. Verwenden Sie dies, wenn ein Benutzer prägnante RCSB-Zusammenfassungen wünscht; speichern Sie rohes JSON oder…
official
pdf
openai
PDF-Lesen, -Erstellung und -Validierung mit visueller Darstellung und programmatischer Generierung. Rendern von PDF-Seiten in PNG zur visuellen Überprüfung von Layout, Abständen und Typografie vor der Auslieferung mit Poppler (pdftoppm). Programmatisches Erstellen von PDFs mit reportlab für zuverlässige Formatierung; Extrahieren von Text und Metadaten mit pdfplumber oder pypdf. Durchsetzung von Qualitätsstandards: kein abgeschnittener Text, überlappende Elemente, defekte Tabellen oder Rendering-Artefakte; nur ASCII-Bindestriche, menschenlesbare Zitate. Verwendung...
official
test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
official
playwright
openai
Terminalgesteuerte Browserautomatisierung mit Element-Snapshots und interaktiven UI-Workflows. Funktioniert über ein playwright-cli-Wrapper-Skript (erfordert npx); unterstützt Headless- und Headed-Modi für visuelles Debugging. Kern-Workflow: Seite öffnen, Snapshot für stabile Elementreferenzen erstellen, mit Referenzen interagieren, nach Navigation oder DOM-Änderungen erneut snapshot erstellen. Beinhaltet Formularausfüllen, Klicken, Tippen, Multi-Tab-Verwaltung, Screenshot/PDF-Erfassung und Trace-Aufzeichnung für Flow-Debugging. Element-Referenzen (z. B. e3, e15)...
official
ukb-topmed-phewas-skill
openai
Rufe kompakte UKB-TOPMed-PheWAS-Zusammenfassungen für einzelne Varianten ab, indem du rsID, GRCh37 oder GRCh38 als Eingabe akzeptierst und zur erforderlichen GRCh38-Abfrage auflöst. Verwende, wenn ein…
official
code-review-context
openai
Für das Modell sichtbarer Kontext
official