testing
Improve Deno Testing Practices
Teams need consistent test structure and clear coverage expectations. This skill guides Deno test writing, file placement, edge case coverage, and test execution.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "testing" from https://skillstore.io/skills/5t111111-testing.md and its manifest at https://skillstore.io/api/skills/5t111111-testing/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". Add tests for a new date parser.
Expected outcome:
Place a date parser test file beside the module. Cover valid dates, invalid formats, timezone boundaries, and parser errors.
Using "testing". Prepare a pull request for review.
Expected outcome:
- Confirm each public function has a matching test.
- Check that test names describe expected behavior.
- Run the project test command before submission.
Using "testing". Improve an existing test suite.
Expected outcome:
Look for missing edge cases, weak error handling coverage, and unclear test names. Prioritize public APIs first.
Security Audit
SafeThe two static findings are Markdown inline code spans, not Ruby or shell backtick execution. The skill is prompt-only testing guidance with no evidence of prompt injection, data exfiltration, or malicious intent.
Risk Factors
⚙️ External commands (2)
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/5t111111-testing/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/5t111111-testing?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/5t111111-testing?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/5t111111-testing/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/5t111111-testing.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
5t111111. (2026). testing security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/5t111111-testing/audits/7BibTeX citation
@techreport{5t111111-5t111111-testing-2026,
author = {5t111111},
title = {testing security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/5t111111-testing/audits/7},
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 security audit report (audit version 7)"
version: "unspecified"
type: report
authors:
- name: "5t111111"
date-released: "2026-07-04"
url: "https://skillstore.io/skills/5t111111-testing/audits/7"
identifiers:
- type: other
value: "skillstore:5t111111-testing:audit:7"
description: "Skillstore immutable audit report identifier"
Compare variants
5 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
89jobrien-testing
2026-08-21
byronwilliamscpa-testing
2026-08-21
abdelstark-testing
2026-08-21
crazyswami-testing
2026-08-21
5t111111-testing
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Deno Feature Testing
Plan tests for a new Deno feature with file placement, public API coverage, edge cases, and error handling.
Pull Request Review
Check whether a change includes clear tests before it is approved or merged.
Team Test Standards
Define simple testing expectations for contributors working in the same Deno codebase.
Try These Prompts
Help me add Deno tests for this module. Use `.test.ts` files beside the source and include descriptive test names.
Review my test plan for [feature]. Check whether public functions, edge cases, and error handling are covered.
Design a testing checklist for this Deno project. Include file placement, naming, edge cases, error handling, and the `mise run test` step.
Audit this pull request for testing gaps. Identify missing public function tests, weak case names, uncovered edge cases, and verification steps.
Best Practices
- Create test files beside the source files they cover.
- Write clear test names that explain the behavior under review.
- Cover public APIs, edge cases, and error handling before committing.
Avoid
- Leaving public functions without corresponding tests.
- Using vague test names that hide the expected behavior.
- Submitting changes before running the project test suite.
Frequently Asked Questions
What kind of projects does this skill support?
Does this skill write complete test files?
Can I use it with Claude, Codex, or Claude Code?
Does it require external services?
What test command does it recommend?
What testing gaps does it emphasize?
Developer Details
Author
5t111111License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/5t111111/tailwind-theme-figma-variables/tree/main/.github/skills/testingRef
e9e4712298ed071d92417a41714be123eb8364fa
Maintenance freshness
7/18/2026
Usage
9 downloads · 187 views
File structure
📄 SKILL.md