Skip to content

feat(monotemplate): add integration-tests skill - #26

Merged
firstloop-jake merged 1 commit into
mainfrom
jake/add-integration-tests-skill
Mar 2, 2026
Merged

feat(monotemplate): add integration-tests skill#26
firstloop-jake merged 1 commit into
mainfrom
jake/add-integration-tests-skill

Conversation

@firstloop-jake

Copy link
Copy Markdown
Contributor

Summary

  • Adds new monotemplate:integration-tests skill with two files
  • SKILL.md: Day-to-day test authoring — repository test pattern, API test pattern, factory pattern, entity checklist, what to test
  • setup.md: One-time infrastructure setup — Testcontainers, vitest config, global setup, auth mocking, CI integration

Closes #25

Test plan

  • Install plugin and verify monotemplate:integration-tests skill is discoverable
  • Ask Claude to add integration tests for a new entity — verify it follows the checklist and patterns
  • Ask Claude to set up integration testing from scratch — verify it references setup.md

🤖 Generated with Claude Code

Adds a new skill documenting repository and API integration test
patterns using Testcontainers, Prisma, and supertest. Includes
day-to-day test authoring guide and one-time setup reference.

Closes #25

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@firstloop-jake
firstloop-jake merged commit a163e09 into main Mar 2, 2026
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.

New skill: monotemplate:integration-tests

2 participants