feat: add /verify skill and AGENTS.md for agent guidance#69
feat: add /verify skill and AGENTS.md for agent guidance#69alexs-mparticle wants to merge 5 commits intodevelopmentfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds agent-facing documentation and a Claude skill to standardize how contributors/agents validate changes (lint/build/tests) before committing.
Changes:
- Add
AGENTS.mddescribing the kit’s architecture, structure, conventions, and available skills. - Add a
.claude/skills/verifyskill that instructs agents to runnpm run lintandnpm run testand report results in a consistent format.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| AGENTS.md | New agent guidance doc covering repo structure, conventions, and workflow (including /verify). |
| .claude/skills/verify/skill.md | New /verify skill definition to run lint + test suite and report results. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Fix ES6 → ES5-style JavaScript (codebase uses var, no arrow functions) - Trim Architecture section to high-level integration points only - Make /verify imperative before commits and PRs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2ee52ac to
c0faa39
Compare
Summary
Add's a
/verifyskill for automating testingTesting Plan
{explain how this has been tested, and what additional testing should be done}