-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
maintenanceMaintenance work, no version bumpMaintenance work, no version bumpsecuritySecurity-related changes or concernsSecurity-related changes or concerns
Milestone
Description
Summary
Validate the complete MVP security collection after all artifacts are in place. Run all linting, validation, and plugin generation to confirm no breakage. Perform a manual test of agent invocation to verify the orchestration flow works end-to-end.
Acceptance Criteria
-
npm run plugin:generatecompletes successfully -
npm run plugin:validatepasses -
npm run validate:skillspasses for all 3 new skills -
npm run lint:allpasses with no regressions -
npm run lint:frontmatterpasses for all new/modified files - No references to
security-planningremain in the codebase - Manual verification: invoking
/security-reviewtriggers theSecurity Revieweragent - Manual verification: agent produces output in
.copilot-tracking/security/with correct report structure - All new files follow hve-core conventions:
- Descriptions end with
- Brought to you by microsoft/hve-core - Skill directory names match frontmatter
namefield
- Descriptions end with
- Collection marked as experimental maturity
Validation Commands
npm run plugin:generate
npm run plugin:validate
npm run validate:skills
npm run lint:all
npm run lint:frontmatter
npm run lint:collections-metadata
# Verify no stale references
grep -r "security-planning" --include="*.yml" --include="*.md" --include="*.json" .Manual Test Plan
- Open VS Code with hve-core workspace
- Invoke
/security-reviewfrom prompt picker - Verify agent classifies the codebase (should detect agentic patterns)
- Verify agent delegates to skills via subagent
- Verify report written to
.copilot-tracking/security/{date}/ - Verify report contains CAUTION disclaimer, summary counts, and findings
Dependencies
Depends on all prior issues: #792, #793, #794, #795, #796, #797, #799.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
maintenanceMaintenance work, no version bumpMaintenance work, no version bumpsecuritySecurity-related changes or concernsSecurity-related changes or concerns