feat: Add hve-artifact-authoring skill to coding-standards collection#1678
feat: Add hve-artifact-authoring skill to coding-standards collection#1678dmavroeid wants to merge 9 commits into
Conversation
Adds the hve-artifact-authoring skill with 96% pass rate (vs 43% baseline) in blind A/B evaluation across 8 evals and 34 expectations. Closes microsoft#1506
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1678 +/- ##
==========================================
- Coverage 82.76% 82.74% -0.02%
==========================================
Files 154 154
Lines 20853 20839 -14
Branches 13 13
==========================================
- Hits 17259 17244 -15
- Misses 3592 3593 +1
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
CI Notes on remaining failures:
|
There was a problem hiding this comment.
Pull request overview
Adds the new hve-artifact-authoring skill to the coding-standards collection (and the aggregate hve-core-all collection), with accompanying generated plugin/collection documentation updates.
Changes:
- Introduces the new skill package at
.github/skills/coding-standards/hve-artifact-authoring/(SKILL.md + reference + templates). - Registers the skill in
collections/coding-standards.collection.ymlandcollections/hve-core-all.collection.yml. - Updates auto-generated collection/plugin READMEs to list the new skill.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/hve-core-all/README.md | Updates plugin skill listing to include hve-artifact-authoring |
| plugins/coding-standards/README.md | Updates plugin skill listing for coding-standards |
| collections/hve-core-all.collection.yml | Adds the new skill to the aggregate collection manifest |
| collections/hve-core-all.collection.md | Updates the aggregate collection’s auto-generated skill table |
| collections/coding-standards.collection.yml | Adds the new skill to the coding-standards collection manifest |
| collections/coding-standards.collection.md | Updates the coding-standards auto-generated skill table |
| .github/skills/coding-standards/hve-artifact-authoring/SKILL.md | Adds the new skill’s primary documentation and guidance |
| .github/skills/coding-standards/hve-artifact-authoring/references/frontmatter-schemas.md | Adds a frontmatter field reference doc |
| .github/skills/coding-standards/hve-artifact-authoring/assets/agent-template.md | Adds a starter agent template |
| .github/skills/coding-standards/hve-artifact-authoring/assets/collection-template.yml | Adds a starter collection manifest template |
| .github/skills/coding-standards/hve-artifact-authoring/assets/instruction-template.md | Adds a starter instructions template |
| .github/skills/coding-standards/hve-artifact-authoring/assets/prompt-template.md | Adds a starter prompt template |
| .github/skills/coding-standards/hve-artifact-authoring/assets/skill-template.md | Adds a starter skill template |
bindsi
left a comment
There was a problem hiding this comment.
Automated review (bindsi batch). The hve-artifact-authoring skill is a valuable meta-skill for creating HVE Core artifacts. The SKILL.md comprehensively covers all artifact types (agents, prompts, instructions, skills, collections) with proper frontmatter schemas, templates, and validation guidance. Collection wiring (coding-standards, hve-core-all) and plugin generation appear consistent.
No blocking functional, security, or correctness findings. The templates in assets/ provide good starter scaffolding. LGTM.
bindsi
left a comment
There was a problem hiding this comment.
Automated batch review: no actionable findings.
- regenerate collection and plugin outputs after conflict resolution - address PR review: version->metadata, remove Copilot footers, fix broken link and template headings 🔀 - Generated by Copilot
ℹ️
|
…t-authoring-skill
- add generated reference page for the new skill - update skills index and root reference counts - bump python-foundational sidebar position 📝 - Generated by Copilot
- shorten SKILL.md description 516->482 chars (MD013 500 limit) - regenerate collections, plugins, and reference docs 🔧 - Generated by Copilot
|
Resolved — Following up on my earlier note: the How it was resolved — exactly the one-line fix anticipated above: the Verification — For completeness, syncing |
Summary
Adds the
hve-artifact-authoringskill to thecoding-standardscollection alongsidepython-foundational.The skill teaches frontmatter contracts, naming conventions, collection packaging, subagent delegation, and validation pipelines for authoring HVE Core artifacts.
Benchmark Evidence (blind A/B, 8 evals, 34 expectations)
Model: Claude Opus 4.6 (1M context)
Acceptance Criteria
hve-artifact-authoring/SKILL.mdpresent incoding-standardscollectionname:,description:,version:)validate:skillspassesCloses #1506
Part of #1504