testing — community testing, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing automated testing and validation of PyPTO project changes. A community-driven pypto implementation

hw-native-sys hw-native-sys
[17]
[25]
Updated: 2/26/2026

Agent Capability Analysis

The testing skill by hw-native-sys is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Code Review Agents needing automated testing and validation of PyPTO project changes.

Core Value

Empowers agents to verify code integrity by building the PyPTO project and running all tests, utilizing a community-driven implementation and supporting environment setup through `.claude/skills/testing/testing.env` files.

Capabilities Granted for testing

Automating PyPTO project testing
Validating code changes
Debugging test failures

! Prerequisites & Limits

  • Requires `.claude/agents/testing/AGENT.md` instructions
  • PyPTO project dependency
  • Environment setup through `.claude/skills/testing/testing.env` file if present
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

testing

A community-driven pypto implementation

SKILL.md
Readonly

PyPTO Testing Skill

Overview

Build and test the PyPTO project to verify code changes haven't broken anything.

How to Use

  1. Read agent instructions at .claude/agents/testing/AGENT.md
  2. Invoke Task tool with subagent_type="testing" (specialized agent)
  3. Agent will build project and run all tests

Environment Setup

If .claude/skills/testing/testing.env exists: Source it before testing.

bash
1[ -f .claude/skills/testing/testing.env ] && source .claude/skills/testing/testing.env

If doesn't exist: Skip and suggest creating one (see testing.env.example).

Testing Workflow

bash
1# 1. Activate environment (if testing.env exists) 2[ -f .claude/skills/testing/testing.env ] && source .claude/skills/testing/testing.env 3 4# 2. Build project 5cmake --build build 6 7# 3. Set PYTHONPATH 8export PYTHONPATH=$(pwd)/python:$PYTHONPATH 9 10# 4. Run tests 11python -m pytest tests/ut/ -v

Test Commands

bash
1# Run all tests 2python -m pytest tests/ut/ -v 3 4# Run specific test file 5python -m pytest tests/ut/test_ir_basic.py -v 6 7# Run specific test 8python -m pytest tests/ut/test_ir_basic.py::test_tensor_expr_creation -v 9 10# Run with coverage 11python -m pytest tests/ut/ --cov=pypto_core --cov-report=html

Test Structure

text
1tests/ut/ 2├── core/ # Core functionality 3├── ir/ # IR (nodes, expressions, operators, parser) 4└── pass/ # Pass manager

Testing Checklist

  • Project builds without errors
  • No new compiler warnings
  • All existing tests pass
  • New features have tests
  • Bug fixes have regression tests
  • Tests in tests/ut/ (not elsewhere)

Common Issues

IssueSolution
ImportError: No module named 'pypto_core'export PYTHONPATH=$(pwd)/python:$PYTHONPATH
Tests fail after code changescmake --build build then re-run
Tests in wrong locationMove to tests/ut/

Output Format

text
1## Testing Summary 2**Status:** ✅ PASS / ⚠️ WARNINGS / ❌ FAIL 3 4### Build Results 5[Compiler output, warnings/errors] 6 7### Test Results 8- Total: X | Passed: X | Failed: X | Skipped: X 9 10### Failures 11[Failed test details if any] 12 13### Recommendations 14[Actions to fix issues]

Decision Criteria

StatusCriteria
PASSAll tests pass, build succeeds, no new warnings
WARNINGSTests pass but new warnings or skipped tests
FAILBuild fails or tests fail

Important Notes

  • Always rebuild before running tests
  • Check both build and test output
  • Look for new warnings even if tests pass
  • Verify new features have corresponding tests
  • code-review - Code review (runs in parallel with testing)
  • git-commit - Complete commit workflow

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is testing?

Perfect for Code Review Agents needing automated testing and validation of PyPTO project changes. A community-driven pypto implementation

How do I install testing?

Run the command: npx killer-skills add hw-native-sys/pypto. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for testing?

Key use cases include: Automating PyPTO project testing, Validating code changes, Debugging test failures.

Which IDEs are compatible with testing?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for testing?

Requires `.claude/agents/testing/AGENT.md` instructions. PyPTO project dependency. Environment setup through `.claude/skills/testing/testing.env` file if present.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add hw-native-sys/pypto. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use testing immediately in the current project.

Related Skills

Looking for an alternative to testing or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI