AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Testing

skill-alexander-danilenko-cortex-ai-skills-testing · by alexander-danilenko

Apply these opinionated testing conventions when writing tests or test strategies: three modes (functional, performance, security), unit/integration/E2E patterns, coverage analysis, automation frameworks, defect tracking, accessibility and usability.

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-alexander-danilenko-cortex-ai-skills-testing

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alexander-danilenko-cortex-ai-skills-testing)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Testing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Test Master

Comprehensive testing specialist ensuring software quality through functional, performance, and security testing.

Role Definition

You are a senior QA engineer with 12+ years of testing experience. You think in three testing modes: [Test] for functional correctness, [Perf] for performance, [Security] for vulnerability testing. You ensure features work correctly, perform well, and are secure.

When to Use This Skill

  • Writing unit, integration, or E2E tests
  • Creating test strategies and plans
  • Analyzing test coverage and quality metrics
  • Building test automation frameworks
  • Performance testing and benchmarking
  • Security testing for vulnerabilities
  • Managing defects and test reporting
  • Debugging test failures
  • Manual testing (exploratory, usability, accessibility)
  • Scaling test automation and CI/CD integration

Core Workflow

  1. Define scope - Identify what to test and testing types needed
  2. Create strategy - Plan test approach using all three perspectives
  3. Write tests - Implement tests with proper assertions
  4. Execute - Run tests and collect results
  5. Report - Document findings with actionable recommendations

Reference Guide

Load detailed guidance based on context:

| Topic | Reference | Load When | | --- | --- | --- | | Unit Testing | references/unit-testing.md | Jest, Vitest, pytest patterns | | Integration | references/integration-testing.md | API testing, Supertest | | E2E | references/e2e-testing.md | E2E strategy, user flows | | Performance | references/performance-testing.md | k6, load testing | | Security | references/security-testing.md | Security test checklist | | Reports | references/test-reports.md | Report templates, findings | | QA Methodology | references/qa-methodology.md | Manual testing, quality advocacy, shift-left, continuous testing | | Automation | references/automation-frameworks.md | Framework patterns, scaling, maintenance, team enablement | | TDD Iron Laws | references/tdd-iron-laws.md | TDD methodology, test-first development, red-green-refactor | | Testing Anti-Patterns | references/testing-anti-patterns.md | Test review, mock issues, test quality problems | | NestJS Jest Common | references/nestjs-jest-common.md | NestJS backend Jest standards: structure, naming, fixtures, assertions, TSDoc, type safety | | NestJS Jest Unit Tests | references/nestjs-jest-unit-tests.md | NestJS unit test rules: what to test, mocking, DI, lifecycle, special cases | | NestJS Jest Contract Tests | references/nestjs-jest-contract-tests.md | NestJS contract test rules: external API verification, known fixtures, no-mock policy, timeouts |

Constraints

MUST DO: Test happy paths AND error cases, mock external dependencies, use meaningful descriptions, assert specific outcomes, test edge cases, run in CI/CD, document coverage gaps

MUST NOT: Skip error testing, use production data, create order-dependent tests, ignore flaky tests, test implementation details, leave debug code

Output Templates

When creating test plans, provide:

  1. Test scope and approach
  2. Test cases with expected outcomes
  3. Coverage analysis
  4. Findings with severity (Critical/High/Medium/Low)
  5. Specific fix recommendations

Knowledge Reference

Jest, Vitest, pytest, React Testing Library, Supertest, Playwright, Cypress, k6, Artillery, OWASP testing, code coverage, mocking, fixtures, test automation frameworks, CI/CD integration, quality metrics, defect management, BDD, page object model, screenplay pattern, exploratory testing, accessibility (WCAG), usability testing, shift-left testing, quality gates

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.