Commit Graph

383 Commits

Author SHA1 Message Date
github-actions[bot] f3e7d84f52 chore: publish from main 2026-07-14 01:15:47 +00:00
github-actions[bot] c135c0e910 chore: publish from main 2026-07-14 01:07:23 +00:00
github-actions[bot] d981b567a6 chore: publish from main 2026-07-13 00:07:28 +00:00
github-actions[bot] e1b7622471 chore: publish from main 2026-07-12 23:57:25 +00:00
github-actions[bot] 9a8e446f02 chore: publish from main 2026-07-10 00:31:04 +00:00
github-actions[bot] 09d987959b chore: publish from main 2026-07-09 21:44:11 +00:00
github-actions[bot] c560358ec3 chore: publish from main 2026-07-09 00:51:12 +00:00
github-actions[bot] df16d53057 chore: publish from main 2026-07-09 00:50:41 +00:00
github-actions[bot] cd55bd80f5 chore: publish from main 2026-07-08 23:35:45 +00:00
github-actions[bot] 423c1895de chore: publish from main 2026-07-03 00:11:01 +00:00
github-actions[bot] c53d11e7a0 chore: publish from main 2026-07-02 00:30:07 +00:00
github-actions[bot] 5075e262b5 chore: publish from main 2026-07-01 01:10:23 +00:00
github-actions[bot] fa007c62f7 chore: publish from main 2026-07-01 00:41:05 +00:00
github-actions[bot] 21ca2293be chore: publish from main 2026-06-29 23:47:36 +00:00
github-actions[bot] 673f123888 chore: publish from main 2026-06-29 00:53:50 +00:00
github-actions[bot] b213fdec25 chore: publish from staged 2026-06-23 04:05:47 +00:00
github-actions[bot] 53ee8e33c5 chore: publish from staged 2026-06-22 01:34:48 +00:00
github-actions[bot] ca4ce4e463 chore: publish from staged 2026-06-22 01:08:02 +00:00
github-actions[bot] 075a43d3b9 chore: publish from staged 2026-06-19 00:42:54 +00:00
github-actions[bot] d20ec6b936 chore: publish from staged 2026-06-19 00:20:21 +00:00
github-actions[bot] 663d385d8f chore: publish from staged 2026-06-19 00:19:46 +00:00
github-actions[bot] 1a1f118bbd chore: publish from staged 2026-06-18 01:28:32 +00:00
github-actions[bot] 97205f47ef chore: publish from staged 2026-06-17 04:47:03 +00:00
github-actions[bot] b457c3a9ab chore: publish from staged 2026-06-16 01:50:52 +00:00
github-actions[bot] f8c5e3d2e3 chore: publish from staged 2026-06-16 01:18:36 +00:00
github-actions[bot] 699cefcea9 chore: publish from staged 2026-06-16 01:04:53 +00:00
github-actions[bot] 85fe01d870 chore: publish from staged 2026-06-16 00:57:07 +00:00
github-actions[bot] 26f0084997 chore: publish from staged 2026-06-15 00:56:56 +00:00
github-actions[bot] 6ab1634187 chore: publish from staged 2026-06-15 00:56:07 +00:00
github-actions[bot] 077c173d22 chore: publish from staged 2026-06-15 00:24:09 +00:00
github-actions[bot] 03052d4183 chore: publish from staged 2026-06-12 00:09:37 +00:00
github-actions[bot] 2ca3b85095 chore: publish from staged 2026-06-11 05:58:49 +00:00
github-actions[bot] bbf8f7bccd chore: publish from staged 2026-06-10 04:43:53 +00:00
github-actions[bot] 338bc5f711 chore: publish from staged 2026-06-05 22:43:42 +00:00
github-actions[bot] b01ef7005a chore: publish from staged 2026-05-29 01:23:52 +00:00
github-actions[bot] 2524d960ca chore: publish from staged 2026-05-28 05:07:21 +00:00
github-actions[bot] 6941e57afd chore: publish from staged 2026-05-28 00:10:20 +00:00
github-actions[bot] a3ee80acdb chore: publish from staged 2026-05-28 00:09:02 +00:00
github-actions[bot] b3ca113258 chore: publish from staged 2026-05-27 01:10:37 +00:00
Mikael c9dace874d feat: add efcore-d2-db-diagram skill and related documentation (#1821) 2026-05-25 11:34:34 +10:00
Jakub Jareš 5cab59b03e Add visual-pr plugin — screenshot capture, annotation, and PR embedding (#1804)
* Add visual-pr plugin: screenshot capture, annotation, PR embedding, and screen recording

Four skills that teach Copilot to capture UI screenshots (Playwright + PIL),
annotate them with algorithmic label placement, embed before/after images
in PR descriptions, and record animated GIF demos.

Includes demo images showing the annotation engine on GitHub Issues.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update generated README tables and marketplace.json

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Embed annotate.py module in image-annotations skill

The full working module (annotate_image, grid_image, diff_images) is now
included as a code block so users can save it as annotate.py and import
directly. Scrubbed project-specific labels from examples.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Address review feedback: mss.mss() context manager, fix RECT struct, consistent placeholder

- Use mss.mss() context manager instead of mss.MSS() (ui-screenshots, screen-recording)
- Fix broken RECT struct in window+GIF combining example (screen-recording)
- Consistent projectId placeholder in AzDO upload example (pr-screenshots)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-25 11:22:39 +10:00
mutl3y 12666c97ee 2 new efficiency skills to reduce cost and wasted cpu cycles in github actions and codespaces (#1766)
* fresh pull of updated stage with 2 skills and updated README only

* adjusted skills after feedback and used skill analyser to review

---------

Co-authored-by: Mark Heynes <mutl3y@heynes.biz>
2026-05-25 11:05:10 +10:00
Aaron Powell 8a43097de6 Adding Parth's name to dictionary (#1789)
* Adding Parth's name to dictionary

* Fixing an accidental formatting issue

* Fixing bad unicode causing file to not be spellchecked

* Fixing readme
2026-05-21 15:48:23 +10:00
Aaron Powell 570297ccdd Removing legacy skills (#1756)
* Removing some legacy skills

* removing skill from plugin
2026-05-19 12:34:21 +10:00
Kaps 0e722d8f42 Add Skill: SQL Server table reconciliation using Arrow (#1736)
* Implement: Initial version of table reconciliation

* Refactor: Extracted inline script to scripts/reconcilliation.py

---------

Co-authored-by: Kapil Samant <kapilsamant@microsoft.com>
2026-05-19 10:55:57 +10:00
JordanSOA 632052fc1b feat : add optimize-simplicite-log skill (#1742) 2026-05-18 11:26:40 +10:00
Adam ca8412356a Add skill-image-gen plugin: AI image generation with OpenAI and Gemini (#1696)
Adds a skill that lets users generate images (icons, sprites, textures,
mockups) directly from their coding workflow using OpenAI gpt-image-2 or
Google Gemini. BYO API key — the skill guides users through setup on
first use.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-15 11:26:59 +10:00
John Papa 2cc70c8236 Update ai-ready skill: use /skills add instead of curl (#1720)
Replace manual curl/PowerShell download instructions with the
Copilot CLI slash command: /skills add johnpapa/ai-ready

This is simpler, cross-platform, and matches the upstream repo's
install instructions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-15 11:18:53 +10:00
Tadas Labudis ede8b1f59e Merge pull request #1711 from github/labudis/issue-fields-rest-api
Improve issue-fields skill: add REST API as recommended approach
2026-05-15 02:16:53 +01:00
John Haugabook b50617e33e new skill rhino3d-scripts (#1705)
* resolve readme validate

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: John Haugabook <johnhaugabook@gmail.com>

* rhino3d-scripts: rm reference to deprecated VBScript

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-15 11:08:46 +10:00