agentsclimarketplace

Testing conventions

Skill yend724/agent-skills/skills/testing-conventions

This repository contains Agent Skills published by yend724.

Install
npx -y skills add yend724/agent-skills --skill testing-conventions

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Testing conventions covering unit tests, component tests, and E2E tests. Auto-triggers when writing or modifying test files. Uses Vitest for unit/component tests and Playwright for E2E tests.

SKILL.md

2.3 KB, as published. Nobody here has run it

Testing Conventions

テスト方針の規約集。何をどうテストし、何をスキップするかの判断基準を定義する。

  • 単体テスト / コンポーネントテスト: Vitest + Testing Library
  • E2E テスト: Playwright

When to Apply

以下の作業時に自動で参照する:

  • テストファイルの作成・修正
  • テスト対象のロジックやコンポーネントの実装時
  • テスト戦略の設計・レビュー

Compatibility

Vitest 3+ / Playwright 1.40+ / @testing-library/react 16+

Rule Categories

CategoryPrefix
テスト配置structure-
テスト方針strategy-
単体テストunit-
コンポーネントテストcomponent-
E2E テストe2e-

Quick Reference

テスト配置

  • structure-colocate - テストファイルは対象コードと同じディレクトリに置く

テスト方針

単体テスト

コンポーネントテスト

E2E テスト

How to Use

個別ルールの詳細は rules/ ディレクトリ内のファイルを参照。上記 Quick Reference のリンクから各ルールにアクセスできる。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.