TE

Standardizes test suite categorization by applying trait tags for audit and visibility.

Install

mkdir -p .claude/skills/test-tagging && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18317" && unzip -o skill.zip -d .claude/skills/test-tagging && rm skill.zip

Installs to .claude/skills/test-tagging

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Analyzes test suites and tags each test with a standardized set of traits (e.g., positive, negative, critical-path, boundary, smoke, regression). Use when the user wants to categorize, audit, or label tests with traits. Do not use for writing new tests, running tests, or migrating test frameworks.
298 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Analyze existing test suites
  • Apply standardized trait tags to test methods
  • Generate a summary report of trait distribution
  • Audit a test project to understand the mix of test types
  • Review whether critical paths have sufficient coverage

How it works

The skill detects the test framework, scans for existing traits, classifies each test method based on heuristics, applies new trait attributes, and generates a summary report of trait distribution.

Inputs & outputs

You give it
path to the test project, folder, or specific test files
You get back
a trait summary table and optionally tagged test files

When to use test-tagging

  • Audit test suite composition
  • Apply consistent tags to test methods
  • Generate test coverage distribution reports

About test-tagging

Analyzes test files to apply a defined taxonomy of trait tags. Provides reports on test distribution to ensure critical path coverage.

Analyzes test suites and tags each test with a standardized set of traits (e.g., positive, negative, critical-path, boundary, smoke, regression). Use when the user wants to categorize, audit, or label tests with traits. Do not use for writing new tests, running tests, or migrating test frameworks.

When not to use it

  • When writing new tests from scratch
  • When running or filtering tests
  • When migrating between test frameworks

Limitations

  • The skill uses only the specified trait names and values.
  • The skill does not invent new trait values outside the taxonomy table.
  • The skill requires every test to receive at least one of `positive` or `negative` traits.

How it compares

This skill automates the classification and tagging of existing test methods with a standardized taxonomy, providing insights into test distribution and coverage, unlike manual test categorization.

Compared to similar skills

test-tagging side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
test-tagging (this skill)016dNo flagsIntermediate
webapp-testing3533moReviewIntermediate
ui-ux-expert-skill919moReviewAdvanced
skill-creator1283moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

webapp-testing

anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

353585

ui-ux-expert-skill

fercracix33

Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.

91244

skill-creator

anthropics

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

128200

python-testing-patterns

wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

77204

dependency-upgrade

wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

26240

playwright-mcp

sfc-gh-dflippo

Browser testing, web scraping, and UI validation using Playwright MCP. Use this skill when you need to test Streamlit apps, validate web interfaces, test responsive design, check accessibility, or automate browser interactions through MCP tools.

33197

Search skills

Search the agent skills registry