Stephen Benjamin
4214189287
fix: repair broken skill references, fence nesting, and invisible unicode ( #2568 )
...
While implementing the Agent Plugin v1 spec in https://github.com/stbenjam/skillsaw/pull/483 , I used this repository as a canonical real-world source for tests. Along the way its checks surfaced genuine correctness issues worth fixing regardless of tooling:
- Internal links that do not resolve (22): wrong relative paths, links whose targets are runtime output paths rather than bundled files (now inline code), a schemeless external URL parsed as a relative path, and links to files that do not exist (removed).
- Bundled skill files never referenced from their SKILL.md (14): each is now cited from the section where it is used, so nothing ships unreachable from the skill's instructions.
- Unclosed or mis-nested code fences (11): markdown templates embedding code blocks now use four-backtick outer fences so inner fences nest instead of closing the template early and leaking example content as live markdown; also removed stray orphan fences and closed an unterminated block at end of file.
- Invisible unicode (1): removed a zero-width space from a code example, a copy-paste artifact invisible to reviewers.
2026-08-07 02:01:43 +00:00
Jeonghoon Lee
a4ca380b7c
🤖 🤖 🤖 Update azure-architecture-autopilot: v0.1.5 engine (routing + UI) ( #1451 )
...
* Update azure-architecture-autopilot: v0.1.5 engine (routing overhaul, UI improvements)
Syncs the bundled diagram engine with az-diagram-autogen v0.1.5:
- Edge routing overhaul: zero overlaps, far fewer crossings, section-aware
detours, outside-VNet routing, orthogonalization pass (no stray diagonals).
- Larger service boxes (+20%), default text scale 1.4x, icon-to-name spacing.
- Interactive A+/A- text-size controls; persistent selection across drag/pan;
Reset button merged into Fit.
- Darker section outlines for contrast.
No breaking changes — generate_diagram(...) signature and JSON schema unchanged.
Also adds a skill-level README.md for easier browsing on the awesome-copilot repo.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: regenerate agents README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: whoniiii <whoniiii@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-08 12:26:06 +10:00
Neha Mandge
2231c315d0
fix: implement semantic string-to-bool normalization in cli.py ( #1466 ) ( #1623 )
2026-05-06 09:51:18 +10:00
Sertxito
e2ae5cc559
feat(skills): add IoT edge skills and align agent/instruction docs ( #1431 )
...
* feat(skills): add IoT edge skills and align agent/instruction docs
* fix(ci): handle fork permission errors in plugin structure check
* fix(ci): allow intentional Spanish vocabulary in codespell
* docs(skills): translate IoT edge skill content to English
* fix(ci): pass codespell and README validation
* chore: regenerate skills index after merge
2026-04-29 11:15:42 +10:00
Copilot
8ffb353f4a
Remove README.md files from azure-architecture-autopilot and phoenix-tracing skills ( #1423 )
...
Agent-Logs-Url: https://github.com/github/awesome-copilot/sessions/e2503454-cce5-46fe-8101-404a13491731
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-04-17 11:07:05 +10:00
Jeonghoon Lee
9759552fbc
Update azure-architecture-autopilot: 19 new service types (72 total) ( #1175 )
...
* Update azure-architecture-autopilot: 19 new service types (72 total) + advisor improvements
- Added service types: apim, service_bus, logic_apps, event_grid, container_apps, postgresql, mysql, load_balancer, nat_gateway, expressroute, sentinel, data_explorer, signalr, notification_hub, spring_apps, static_web_app, digital_twins, backup
- Updated phase1-advisor prompt with improved guidance
- Synced icons.py updates
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: regenerate README docs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: whoniiii <whoniiii@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-27 09:51:11 +11:00
Jeonghoon Lee
3e01810473
Add azure-architecture-autopilot skill 🤖 🤖 🤖 ( #1158 )
...
* Add azure-architecture-autopilot skill
E2E Azure infrastructure automation skill:
- Natural language → Architecture diagram → Bicep → Deploy
- 70+ service types with 605+ official Azure icons
- Interactive HTML diagrams (drag, zoom, click, PNG export)
- Scans existing resources or designs new architecture
- Modular Bicep with RBAC, Private Endpoints, DNS
- Multi-language support (auto-detects user language)
- Zero dependencies (diagram engine embedded)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Fix generator.py import for flat scripts/ structure + sync README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: whoniiii <whoniiii@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-25 10:20:38 +11:00