Skills regression-test
๐Ÿ“ฆ

regression-test

Content revision r1 Safe โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access

Detect LLM Prompt Regressions with Promptfoo

Prompt changes can silently reduce output quality. This skill builds golden datasets, runs Promptfoo evaluations, and summarizes failures and recent trends.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 77 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "regression-test" from https://skillstore.io/skills/7alexhale5-rgb-regression-test.md and its manifest at https://skillstore.io/api/skills/7alexhale5-rgb-regression-test/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.

Test it

Using "regression-test". Initialize regression testing for this prompt project.

Expected outcome:

Initialized the Promptfoo configuration and golden dataset directory. The results directory is ignored, and the suite is ready for its first case.

Using "regression-test". Run the golden tests after my system prompt change.

Expected outcome:

Regression results: 12 total, 11 passed, and 1 failed. The auth-flow case failed its expected behavior rubric and needs review.

Using "regression-test". Show recent prompt quality trends.

Expected outcome:

Recent trend: four of five runs passed completely. One auth-flow failure appeared in the latest run, so quality is declining.

Security Audit

Safe
v1 โ€ข 8/21/2026 Open versioned report

All 38 static findings are false positives caused by Markdown syntax, bounded shell examples, or a Promptfoo message template. No malicious intent, prompt injection, credential handling, or unauthorized network behavior was found.

1
Files scanned
177
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex
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.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/7alexhale5-rgb-regression-test/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/7alexhale5-rgb-regression-test/security.svg)](https://skillstore.io/skills/7alexhale5-rgb-regression-test?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/7alexhale5-rgb-regression-test?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/7alexhale5-rgb-regression-test/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/7alexhale5-rgb-regression-test.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

7alexhale5-rgb. (2026). regression-test security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/7alexhale5-rgb-regression-test/audits/1

BibTeX citation

@techreport{7alexhale5-rgb-7alexhale5-rgb-regression-test-2026, author = {7alexhale5-rgb}, title = {regression-test security audit report (audit version 1)}, institution = {Skillstore}, year = {2026}, number = {1}, url = {https://skillstore.io/skills/7alexhale5-rgb-regression-test/audits/1}, 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: "regression-test security audit report (audit version 1)" version: "unspecified" type: report authors: - name: "7alexhale5-rgb" date-released: "2026-08-21" url: "https://skillstore.io/skills/7alexhale5-rgb-regression-test/audits/1" identifiers: - type: other value: "skillstore:7alexhale5-rgb-regression-test:audit:1" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
85
Maintainability
87
Content
65
Community
83
Spec Compliance

What You Can Build

Validate prompt changes

Compare updated prompts against recorded expectations before merging code changes.

Check model migrations

Rerun a stable golden dataset after changing a model or provider version.

Enforce release quality

Run prompt evaluations in continuous integration and stop releases when assertions fail.

Try These Prompts

Initialize a test suite
Initialize Promptfoo regression testing in this repository. Show the files created and explain any prerequisites that are missing.
Add a golden case
Add a golden test named {name}. Ask for the system prompt, user input, expected behavior, and optional variables before writing it.
Run regression tests
Run all golden prompt tests. Summarize the pass rate, duration, and each failed assertion with expected and actual behavior.
Analyze release trends
Review the last five evaluations, identify new failures, compare pass-rate trends, and recommend quality gates for {release_workflow}.

Best Practices

  • Review every golden case before committing it, and exclude prompts containing secrets or sensitive data.
  • Describe expected behavior precisely enough that rubric assertions produce consistent results.
  • Run the suite after prompt or model changes and before every release.

Avoid

  • Do not treat one current model response as a permanent definition of correct behavior.
  • Do not commit API keys, private prompts, personal data, or confidential outputs in golden files.
  • Do not ignore unstable rubric failures without reviewing the assertion and provider behavior.

Frequently Asked Questions

What must be installed?
Install the Promptfoo CLI and configure access for the model provider used by the evaluation.
Which files does the skill create?
It creates Promptfoo configuration, golden YAML cases, local result files, and a results entry in .gitignore.
Can these tests run in continuous integration?
Yes. Run the Promptfoo evaluation in continuous integration and fail the job when an assertion fails.
Should sensitive prompts be stored as golden cases?
No. Keep sensitive cases outside the repository and avoid storing credentials or confidential content.
Can I use a different model?
Yes. Edit the generated Promptfoo provider configuration before running the suite.
How much evaluation history is reported?
The report summarizes the five most recent timestamped result files available in the local results directory.

Developer Details

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

cabd63e41a4ad4b66103abc7e50c525e4710fb64

Maintenance freshness

8/21/2026

Usage

0 downloads ยท 0 views

File structure

๐Ÿ“„ SKILL.md

View all