forked from openai/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
44 lines (44 loc) · 1.54 KB
/
Copy pathplugin.json
File metadata and controls
44 lines (44 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "github",
"version": "0.1.0",
"description": "Inspect repositories, triage pull requests and issues, debug CI, and publish changes through a hybrid GitHub connector and CLI workflow.",
"author": {
"name": "OpenAI",
"email": "support@openai.com",
"url": "https://openai.com/"
},
"homepage": "https://github.com/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"github",
"pull-request",
"code-review",
"issues",
"ci",
"actions"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "GitHub",
"shortDescription": "Triage PRs, issues, CI, and publish flows",
"longDescription": "Use GitHub to inspect repositories, review pull requests, address feedback, debug failing Actions checks, and prepare code changes for review through a connector-first workflow with targeted CLI fallbacks.",
"developerName": "OpenAI",
"category": "Coding",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/",
"privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"defaultPrompt": [
"Inspect PRs, triage issues, debug failing checks, and prepare code changes for review"
],
"composerIcon": "./assets/github-small.svg",
"logo": "./assets/github.png",
"screenshots": [],
"brandColor": "#24292F"
}
}