Skip to content

feat: add /verify skill and AGENTS.md for agent guidance#69

Open
alexs-mparticle wants to merge 5 commits intodevelopmentfrom
feat/add-verify-skill
Open

feat: add /verify skill and AGENTS.md for agent guidance#69
alexs-mparticle wants to merge 5 commits intodevelopmentfrom
feat/add-verify-skill

Conversation

@alexs-mparticle
Copy link
Collaborator

Summary

Add's a /verify skill for automating testing

Testing Plan

{explain how this has been tested, and what additional testing should be done}

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md describing the kit’s architecture, structure, conventions, and available skills.
  • Add a .claude/skills/verify skill that instructs agents to run npm run lint and npm run test and 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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

alexs-mparticle and others added 5 commits March 23, 2026 18:34
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants