mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-28 17:41:45 +00:00
d1fdc3184e
* stuffed up and plugins are in staged * fixing readme * fixing plugin file
27 lines
774 B
JSON
27 lines
774 B
JSON
{
|
|
"name": "visual-pr",
|
|
"description": "Capture, annotate, and embed screenshots and animated GIF demos in pull request descriptions. Includes Playwright-based UI capture, PIL image annotations, PR embedding workflows for GitHub and Azure DevOps, and screen recording with variable timing.",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"screenshots",
|
|
"pull-request",
|
|
"before-after",
|
|
"annotations",
|
|
"playwright",
|
|
"gif",
|
|
"screen-recording",
|
|
"visual"
|
|
],
|
|
"author": {
|
|
"name": "Awesome Copilot Community"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"skills": [
|
|
"./skills/image-annotations/",
|
|
"./skills/pr-screenshots/",
|
|
"./skills/screen-recording/",
|
|
"./skills/ui-screenshots/"
|
|
]
|
|
}
|