Skip to content

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

Merged
jamesnrokt merged 5 commits intodevelopmentfrom
feat/add-verify-skill
Mar 25, 2026
Merged

feat: add /verify skill and AGENTS.md for agent guidance#69
jamesnrokt merged 5 commits intodevelopmentfrom
feat/add-verify-skill

Conversation

@alexs-mparticle
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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>
@jamesnrokt jamesnrokt merged commit 21134b0 into development Mar 25, 2026
5 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 25, 2026
# [1.19.0](v1.18.1...v1.19.0) (2026-03-25)

### Bug Fixes

* Update adblock measurement target origin ([#68](#68)) ([8a524c2](8a524c2))

### Features

* add /verify skill and AGENTS.md for agent guidance ([#69](#69)) ([21134b0](21134b0)), closes [hi#level](https://github.com/hi/issues/level)
* add defensive queue to _sendEventStream to prevent event loss ([#78](#78)) ([82b8dfc](82b8dfc))
* enrich event stream with Kit userAttributes ([#79](#79)) ([7c27cd3](7c27cd3))
@mparticle-automation
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 1.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants