/v2-explore-test-context

Analyze repository testing patterns, helper utilities, and fixture conventions.

Updated May 9, 2026
One-click install
npx skills add https://github.com/Ruclo/thesis-artifact --skill v2-explore-test-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /v2-explore-test-context
Source: https://github.com/Ruclo/thesis-artifact/tree/main/v2/skills/v2-explore-test-context
Command: npx skills add https://github.com/Ruclo/thesis-artifact --skill v2-explore-test-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the guesswork involved in writing new tests by automatically mapping existing testing conventions, helper utilities, and fixture patterns within a repository.

Core Features & Use Cases

  • Documentation Discovery: Automatically scans testing guidelines to identify markers and standards.
  • Utility Mapping: Extracts available helper classes, methods, and constants to ensure generated code follows existing patterns.
  • Pattern Recognition: Analyzes existing test files to identify import structures, fixture usage, and naming conventions.
  • Use Case: Before generating a new test suite for a complex OCP resource, use this Skill to identify the correct admin client fixtures and VM helper methods to ensure the new code is immediately compatible with the existing codebase.

Quick Start

Run the v2-explore-test-context skill to analyze the current repository and report on testing patterns and available utilities.

Frequently Asked Questions about /v2-explore-test-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze existing pytest patterns and fixtures in a repository?

To analyze pytest patterns, this Skill scans existing test suites and documentation to extract import structures, helper utilities, and fixture conventions. It maps these repository-specific testing patterns to inform and standardize automated test generation.

What is the best way to map testing utilities before generating new code?

Mapping testing utilities involves scanning utility modules to extract available helper classes, methods, and constants. This approach ensures newly generated tests adhere to existing library interfaces and follow established repository conventions.

How do I ensure new automated tests match existing codebase conventions?

To ensure automated tests match existing conventions, the Skill performs pattern recognition on current test files. It identifies naming conventions and fixture usage so generated code integrates immediately without guesswork.

Can I use this to discover documentation standards for software testing?

Yes, you can discover testing documentation standards. The Skill automatically scans repository guidelines to identify required markers and standards, ensuring new test suites adhere to documented software testing practices.

Does this test context analysis require file system access to scan modules?

Yes, this test context analysis requires file system access. It needs to scan documentation, utility modules, and existing test suites directly within the repository to accurately extract testing patterns and helper utilities.