testing-fundamentals
Review Testing Strategy and Test Quality
Poor test plans miss important behavior and create brittle suites. This skill helps Claude, Codex, and Claude Code review tests, choose frameworks, and focus coverage on valuable user flows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "testing-fundamentals" from https://skillstore.io/skills/danielpodolsky-testing-fundamentals.md and its manifest at https://skillstore.io/api/skills/danielpodolsky-testing-fundamentals/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 "testing-fundamentals". Review a login form test suite that only checks successful login.
Expected outcome:
- Calls out missing invalid password, network failure, and loading states.
- Recommends behavior-focused assertions and one Playwright path for the critical login journey.
Using "testing-fundamentals". Create a test strategy for a Vite React checkout feature.
Expected outcome:
- Suggests unit tests for price calculations and validation rules.
- Adds integration tests for form submission and API error handling.
- Limits E2E coverage to checkout success and payment failure paths.
Using "testing-fundamentals". Improve tests that use class selectors and large snapshots.
Expected outcome:
- Replaces brittle selectors with role and label based queries.
- Reduces snapshot use and asks for assertions tied to user-visible behavior.
Security Audit
SafeAll static findings were adjudicated as false positives. The external command hits are Markdown fenced diagrams and testing examples, not executable code, and no prompt injection or malicious intent was found in SKILL.md.
Risk Factors
⚙️ External commands (19)
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/danielpodolsky-testing-fundamentals/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/danielpodolsky-testing-fundamentals?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/danielpodolsky-testing-fundamentals?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/danielpodolsky-testing-fundamentals/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/danielpodolsky-testing-fundamentals.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
DanielPodolsky. (2026). testing-fundamentals security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/danielpodolsky-testing-fundamentals/audits/8BibTeX citation
@techreport{danielpodolsky-danielpodolsky-testing-fundamentals-2026,
author = {DanielPodolsky},
title = {testing-fundamentals security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/danielpodolsky-testing-fundamentals/audits/8},
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: "testing-fundamentals security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "DanielPodolsky"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/danielpodolsky-testing-fundamentals/audits/8"
identifiers:
- type: other
value: "skillstore:danielpodolsky-testing-fundamentals:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Coach Test Planning
Guide junior developers through valuable test coverage, edge cases, and review questions.
Review Frontend Tests
Evaluate React tests for behavior focus, semantic queries, and balanced mocking.
Set Release Coverage
Choose high-value unit, integration, and E2E tests before shipping a feature.
Try These Prompts
Use testing-fundamentals to review this test file for behavior focus, brittle selectors, and missing edge cases.
Use testing-fundamentals to create a test plan for this feature. Separate unit, integration, and end-to-end coverage.
Use testing-fundamentals to improve this test suite. Reduce over-mocking and keep tests focused on user-visible behavior.
Use testing-fundamentals to audit our testing strategy for this release. Identify coverage gaps, framework fit, and high-value E2E flows.
Best Practices
- Prioritize tests that prove important user behavior and failure states.
- Keep most coverage in fast unit tests, then add integration and E2E tests for key flows.
- Mock external boundaries, but keep business logic and component behavior real when practical.
Avoid
- Do not chase 100 percent coverage with low-value tests.
- Do not test framework internals or third-party libraries.
- Do not rely on CSS classes, large snapshots, or internal state for assertions.
Frequently Asked Questions
Which frameworks does this skill cover?
Does this skill run tests automatically?
Can it help with backend testing?
Does it replace project-specific test conventions?
Can I use it with Claude, Codex, and Claude Code?
What kind of review does it perform best?
Developer Details
Author
DanielPodolskyLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/DanielPodolsky/mentor-spec/tree/main/.claude/skills/fundamentals/testingRef
34f316ba14ef36c7a620fc09f2676d2429997a77
Maintenance freshness
7/18/2026
Usage
5 downloads · 258 views
File structure
📄 SKILL.md