run-tests
Run Project Tests Reliably
Developers need a consistent way to verify code changes. This skill gives Claude, Codex, and Claude Code project-specific test commands.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "run-tests" from https://skillstore.io/skills/clouder0-run-tests.md and its manifest at https://skillstore.io/api/skills/clouder0-run-tests/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 "run-tests". Run all tests before I commit this change.
Expected outcome:
The assistant runs the full test suite, reports pass or fail, and summarizes any failed suites with next debugging steps.
Using "run-tests". Run the tests for one changed file.
Expected outcome:
The assistant runs a focused test command for the provided file path and explains whether broader testing is still needed.
Using "run-tests". Check coverage after the implementation.
Expected outcome:
The assistant runs coverage mode, reports the overall result, and highlights test areas that need attention.
Security Audit
Medium RiskThe static findings are Markdown backticks and code fences, not Ruby or shell backtick execution. The skill still uses Bash test commands, and the file placeholder on line 23 needs quoting guidance to reduce command injection risk. No evidence of prompt injection, data exfiltration, or malicious intent was found.
Confirmed security concerns (1)
Risk Factors
⚙️ External commands (5)
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/clouder0-run-tests/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/clouder0-run-tests?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/clouder0-run-tests?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/clouder0-run-tests/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/clouder0-run-tests.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
Clouder0. (2026). run-tests security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/clouder0-run-tests/audits/8BibTeX citation
@techreport{clouder0-clouder0-run-tests-2026,
author = {Clouder0},
title = {run-tests security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/clouder0-run-tests/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: "run-tests security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Clouder0"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/clouder0-run-tests/audits/8"
identifiers:
- type: other
value: "skillstore:clouder0-run-tests:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
clouder0-run-tests
2026-08-21
artisan-edge-run-tests
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Verify a Code Change
Run the full project test suite before merging or sharing a change.
Check Focused Test Failures
Run a single test file and inspect failures before broader validation.
Confirm Assistant Work
Ask an AI coding assistant to run tests after implementation work.
Try These Prompts
Use the run-tests skill to run the full project test suite and summarize the result.
Use the run-tests skill to run the tests for this file: <path>. Quote the path safely before running it.
Use the run-tests skill to run tests affected by changes since HEAD. Report failures with likely next files to inspect.
Use the run-tests skill to run coverage, identify any failing tests, and propose a minimal follow-up test plan.
Best Practices
- Run the full suite before publishing or merging changes.
- Quote file paths when replacing placeholders in Bash commands.
- Read failure messages before editing tests or source files.
Avoid
- Do not paste untrusted file names into shell commands without quoting.
- Do not assume commented framework examples are enabled.
- Do not ignore failing tests after a targeted run passes.