Pull Request
July 27, 2026 · View on GitHub
Description
Related Issue(s)
Type of Change
Select all that apply:
Code & Documentation:
- Bug fix (non-breaking change fixing an issue)
- New feature (non-breaking change adding functionality)
- Breaking change (fix or feature causing existing functionality to change)
- Documentation update
Infrastructure & Configuration:
- GitHub Actions workflow
- Linting configuration (markdown, PowerShell, etc.)
- Security configuration
- DevContainer configuration
- Dependency update
AI Artifacts:
- Reviewed contribution with
hve-builderand addressed all actionable findings - Copilot instructions (
.github/instructions/*.instructions.md) - Copilot prompt (
.github/prompts/*.prompt.md) - Copilot agent (
.github/agents/*.agent.md) - Copilot skill (
.github/skills/*/SKILL.md) - Copilot hook (
.github/hooks/*/*.json) - Eval spec added/updated for changed AI artifacts (
evals/)
Note for AI Artifact Contributors:
- Agents: Research, indexing/referencing other project (using standard VS Code GitHub Copilot/MCP tools), planning, and general implementation agents likely already exist. Review
.github/agents/before creating new ones.- Skills: Must include both bash and PowerShell scripts. See Skills.
- Model Versions: Only contributions targeting the latest Anthropic and OpenAI models will be accepted. Older model versions (e.g., GPT-3.5, Claude 3) will be rejected.
- See Agents Not Accepted and Model Version Requirements.
Other:
- Script/automation (
.ps1,.sh,.py) - Other (please describe):
Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
Output Artifacts:
Success Indicators:
For detailed contribution requirements, see:
- Common Standards: docs/contributing/ai-artifacts-common.md - Shared standards for XML blocks, markdown quality, RFC 2119, validation, and testing
- Agents: docs/contributing/custom-agents.md - Agent configurations with tools and behavior patterns
- Prompts: docs/contributing/prompts.md - Workflow-specific guidance with template variables
- Instructions: docs/contributing/instructions.md - Technology-specific standards with glob patterns
- Skills: docs/contributing/skills.md - Task execution utilities with cross-platform scripts
Testing
Checklist
Required Checks
- Documentation is updated (if applicable)
- Files follow existing naming conventions
- Changes are backwards compatible (if applicable)
- Tests added for new functionality (if applicable)
AI Artifact Contributions
- Used
hve-builderreview mode to review contribution - Addressed all actionable findings from the
hve-builderreview - Verified contribution follows common standards and type-specific requirements
Required Local Checks
The following local-safe validation commands must pass before merging:
- Local validation aggregate:
npm run validate:local - Documentation validation (if docs changed):
npm run validate:docs - Spell checking:
npm run spell-check - Link validation:
npm run lint:md-links
Security Considerations
- This PR does not contain any sensitive or NDA information
- Any new dependencies have been reviewed for security issues
- Security-related scripts follow the principle of least privilege