test-ops
Standardize Test Operations
Testing work often becomes inconsistent across planning, execution, and reporting. This skill helps Claude, Codex, and Claude Code guide structured test operations.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "test-ops" from https://skillstore.io/skills/a-genno-test-ops.md and its manifest at https://skillstore.io/api/skills/a-genno-test-ops/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "test-ops". Plan tests for a payment retry feature.
Expected outcome:
A structured plan covering successful retries, declined payments, timeout handling, retry limits, duplicate prevention, and reporting expectations.
Using "test-ops". Review how to mock external services in tests.
Expected outcome:
Guidance to mock HTTP clients, use stable response patterns, isolate database access, and fix time-dependent behavior.
Using "test-ops". Improve the quality of an existing test suite.
Expected outcome:
A review checklist for AAA structure, readable names, clear assertions, independent execution, and useful failure messages.
Security Audit
SafeThe only static finding is a high-entropy heuristic on SKILL.md. Manual review shows readable Japanese Markdown with testing guidance, so the finding is a false positive.
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/a-genno-test-ops/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/a-genno-test-ops?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/a-genno-test-ops?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/a-genno-test-ops/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/a-genno-test-ops.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
A-Genno. (2026). test-ops security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/a-genno-test-ops/audits/9BibTeX citation
@techreport{a-genno-a-genno-test-ops-2026,
author = {A-Genno},
title = {test-ops security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/a-genno-test-ops/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "test-ops security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "A-Genno"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/a-genno-test-ops/audits/9"
identifiers:
- type: other
value: "skillstore:a-genno-test-ops:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Plan Feature Test Coverage
Create a clear test plan that covers normal, error, boundary, and edge cases.
Review Mocking Strategy
Decide how to isolate databases, APIs, clocks, timers, and file access during tests.
Standardize Test Reports
Align test implementation and results reporting around consistent quality criteria.
Try These Prompts
Use the test-ops skill to create a test plan for this feature. Include normal, error, boundary, and edge cases.
Use the test-ops skill to design independent tests for this component. Identify needed mocks and fixtures.
Use the test-ops skill to review these tests for independence, readability, assertions, and failure messages.
Use the test-ops skill to find coverage gaps and propose a prioritized plan to improve test completeness.
Best Practices
- Provide the feature behavior, expected risks, and current test framework before asking for a plan.
- Ask for separate normal, error, boundary, and edge cases to avoid missing important scenarios.
- Review proposed mocks against real system boundaries before implementing tests.
Avoid
- Do not ask for full coverage without explaining the feature or business risk.
- Do not treat generated test plans as a substitute for running the actual test suite.
- Do not mock behavior that should be verified through integration tests.