Skip to main content

github

Handles questions about GitHub repositories, issues, and pull requests.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
cpage-pivotal/goose-agent-chat
آخر نشاط في المصدر
٢٤ يوليو ٢٠٢٦ في ١٤:٥٥
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٥
التفرعات
٢

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
github
description
Handles questions about GitHub repositories, issues, and pull requests.
The `github` MCP server starts disabled so its tools don't consume context until a request actually needs them. 1. Call `manage_extensions` with `action: "enable"` and `extension_name: "github"`. 2. Its tools then appear as normal callable functions (repos, issues, pull requests, etc). Call the one that matches the request directly. 3. Leave it enabled afterward; there's no need to disable it again for the rest of the session.
عرض على GitHub