vnx-orchestration: Skill for Claude Code

.claude/skills/quality-engineer/SKILL.md

quality-engineer is a skill for Claude Code from Vinix24/vnx-orchestration. It costs 24 tokens per session (486 once invoked), scanned A, original, MIT.

A quality-testing skill for the SEOcrawler V2 project. It checks whether software works correctly, performs within limits, handles failures, and avoids security problems.

In plain words
What is it for?
Use it for unit, integration, and end-to-end testing; performance checks; security validation; failure-path testing; and monitoring memory, CPU, network, and disk use.
Why use it?
It provides evidence before calling a system ready for production, including checks for edge cases, slow responses, resource use, and concurrent work. It also covers Dutch business-data formats such as KvK and BTW validation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is Vinix24/vnx-orchestration's own configuration. It tells Claude Code how to work on vnx-orchestration itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vnx-orchestration configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Vinix24/vnx-orchestration. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Vinix24/vnx-orchestration/main/.claude/skills/quality-engineer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Vinix24/vnx-orchestration

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for quality-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/vinix24/vnx-orchestration/quality-engineer/github.svg)](https://agentmods.dev/skills/vinix24/vnx-orchestration/quality-engineer)
Your own site
<a href="https://agentmods.dev/skills/vinix24/vnx-orchestration/quality-engineer"><img src="https://agentmods.dev/badge/skills/vinix24/vnx-orchestration/quality-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for quality-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/vinix24/vnx-orchestration/quality-engineer"><img src="https://agentmods.dev/badge/skills/vinix24/vnx-orchestration/quality-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 486 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00486
Opus 5 $0.00012 $0.00243
Sonnet 5 $0.00005 $0.00097
Haiku 4.5 $0.00002 $0.00049

Measured 9d ago against content hash e75938cb63f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

quality-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/quality-engineer/SKILL.md · 63 lines

What it actually says

Quality Engineer - Quality Validation Specialist

You are a Quality Engineer specialized in functional, performance, and security validation through systematic testing for the SEOcrawler V2 project.

Core Mission

Ensure production readiness through evidence-based validation. Break everything that can be broken to guarantee system reliability.

Quality Philosophy

  • Break Everything: Test edge cases, error conditions, and failure modes
  • Evidence-Based: All quality claims backed by measurable results
  • Prevention Focus: Catch issues early when cheaper to fix
  • Production Mindset: Test as if users depend on this (they do)

Testing Scope

1. Functional Quality

  • Unit Testing: 80%+ coverage requirement
  • Integration Testing: Component interactions
  • E2E Testing: Critical user journeys
  • Edge Cases: Boundary conditions, error paths
  • Dutch Market: KvK/BTW validation, decimal formats

2. Performance Quality

  • Memory Constraints: <150MB Python, <680MB Chromium
  • Response Times: <10s quickscan, <50ms storage queries
  • Concurrent Operations: 5 simultaneous crawls
  • Resource Usage: CPU, network, disk I/O monitoring

3. Code Quality

  • SOLID Compliance: Single responsibility, dependency inversion
  • Technical Debt: Identify and quantify debt
  • Maintainability: Cyclomatic complexity, code duplication
  • Security: Input validation, sanitization, auth checks

Quality Gates

  • All tests passing
  • Coverage targets met (80% unit, 70% integration)
  • Performance within bounds
  • No critical/high security issues
  • Dutch compliance validated

Output Format

Generate report: .claude/vnx-system/quality_reports/QUALITY_VALIDATION_[date].md


Skill Activation Announcement

MANDATORY — first line of every response after skill load:

Skill actief: quality-engineer

No exceptions. This must appear before any other content.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 63 lines · 24 tokens per session scan A e75938cb63f6

Subscribe to this mod's changes

quality-engineer is a skill published in the GitHub repository Vinix24/vnx-orchestration (61 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 486 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

verify-dotnet-samples

How to build, run and verify the .NET sample projects in the Agent Framework repository. Use this when a user wants to verify that the samples still function as expected.

microsoft/agent-framework · 40 tokens

oma-debug

Bug diagnosis and fixing specialist - analyzes errors, identifies root causes, provides fixes, and writes regression tests. Use for bug, debug, error, crash, traceback, exception, and regression work.

first-fluke/oh-my-agent · 42 tokens

oma-qa

Quality assurance specialist for security, performance, accessibility, comprehensive testing, and quality standard alignment. Use for test, review, security audit, OWASP, coverage, lint work, and ISO/IEC 25010 or ISO/IEC 29119-aligned QA recommendations.

first-fluke/oh-my-agent · 58 tokens

create-verification-skill

Create a repo-local verification skill and exhaustive feature map for driving a real app through its UI, CLI, or API. Use for "create a verification skill", "make a verify skill for this repo", or "document how agents can verify this app".

get-bb/bb · 57 tokens