tester

Execute tests and ad-hoc checks to return a PASS/FAIL verdict.

8|Updated Nov 4, 2016
One-click install
npx skills add https://github.com/coil398/dotfiles --skill tester-coil398
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tester
Source: https://github.com/coil398/dotfiles/tree/main/.claude/skills/tester
Command: npx skills add https://github.com/coil398/dotfiles --skill tester-coil398

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

実装済みコードの動作を検証します。既存テストの実行とアドホックな動作確認を行い VERDICT: PASS/FAIL を返します。「テストして」「動作確認して」「ちゃんと動く?」といった要望にも対応します。ユーザーが /tester と入力したら必ずこのスキルを使います。

Core Features & Use Cases

  • テストの自動実行とアドホック検証を統合して、コードの信頼性を検証します。
  • 直近の実装の挙動を検証し、VERDICT を返します。複数のケースを組み合わせて回帰リグレッションを検証します。
  • Use Case: 変更後の新機能の動作確認を自動化して、リリース前の品質保証を迅速化します。

Quick Start

実装済みコードの検証対象を引数として指定し、このスキルを起動して検証を開始してください。

Frequently Asked Questions about tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code verification for recently implemented changes?

Automated code verification executes existing tests and ad-hoc checks on recently implemented changes to return a PASS or FAIL verdict. The tester Skill coordinates a sub-agent to run these checks and reports the verification outcome directly.

Can I run ad-hoc tests alongside existing automated tests?

Yes, ad-hoc tests run alongside existing automated tests to verify code behavior comprehensively. The tester Skill integrates both methods to detect regressions and determine a final verification verdict for the targeted implementation.

How do I verify code behavior and get a pass or fail verdict?

Verifying code behavior requires activating the tester Skill with a command, which then runs tests and ad-hoc checks on the specified target. It returns a clear VERDICT: PASS or VERDICT: FAIL based on the execution results.

What is the best way to check if recent code changes work correctly?

The best way to check recent code changes is running a combined verification of existing tests and ad-hoc checks. The tester Skill automates this process, targeting recent implementations to ensure reliability before release.

Does the tester Skill require specific test framework dependencies to run?

No specific test framework dependencies are required to run the tester Skill. It operates without listed dependencies by coordinating a Tester sub-agent to execute available tests and perform ad-hoc verification checks.

Why use automated verification instead of manual testing for new features?

Automated verification accelerates pre-release quality assurance by running tests and ad-hoc checks on new features instantly. It eliminates manual testing effort and provides a reliable PASS or FAIL verdict for regression risks.