Skip to content

chore: add agent skills for unit and API e2e tests (CM-968) - #4402

Merged
skwowet merged 6 commits into
mainfrom
chore/CM-968-testing-agent-skills
Jul 28, 2026
Merged

chore: add agent skills for unit and API e2e tests (CM-968)#4402
skwowet merged 6 commits into
mainfrom
chore/CM-968-testing-agent-skills

Conversation

@skwowet

@skwowet skwowet commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

Notes

Test plan

  • Skills render correctly under .claude/skills/
  • No CI / runtime behavior change (docs-only)

Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 27, 2026 09:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds reusable agent skills for standardized unit and API end-to-end test generation.

Changes:

  • Adds Vitest unit-testing guidance.
  • Adds Public API e2e testing guidance.
  • References testing ADRs and infrastructure from #4398.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.claude/skills/write-unit-tests/SKILL.md Defines the unit-test workflow and guardrails.
.claude/skills/write-api-e2e-tests/SKILL.md Defines the API e2e workflow and execution guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .claude/skills/write-unit-tests/SKILL.md
Comment thread .claude/skills/write-api-e2e-tests/SKILL.md
Comment thread .claude/skills/write-unit-tests/SKILL.md
Comment thread .claude/skills/write-unit-tests/SKILL.md
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 27, 2026 09:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 3 out of 3 changed files in this pull request and generated 2 comments.

Comment thread .claude/skills/write-unit-tests/SKILL.md Outdated
Comment thread .claude/skills/write-api-e2e-tests/SKILL.md Outdated
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 27, 2026 09:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 3 out of 3 changed files in this pull request and generated 1 comment.

Comment thread .claude/rules/skill-guidance.md
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 27, 2026 09:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 4 out of 4 changed files in this pull request and generated no new comments.

Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 27, 2026 10:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 4 out of 4 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings July 28, 2026 08:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 4 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

.claude/skills/write-api-e2e-tests/SKILL.md:42

  • The documented runtime cannot make this step green for a new or changed endpoint on the current branch: ADR-0012 deploys and tests main, and the workflow explicitly checks out main before deploying (.github/workflows/api-e2e-tests.yml:23-26). The later reference to “local development workflows” does not help because neither ADR documents a local API setup. Please either document a supported local branch deployment/setup, or make this step conditional and report runtime validation as deferred until the endpoint reaches main.
4. Run the affected suite locally and fix failures until green.

@skwowet
skwowet merged commit a59a51f into main Jul 28, 2026
9 checks passed
@skwowet
skwowet deleted the chore/CM-968-testing-agent-skills branch July 28, 2026 08:51
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