qa
SolidTest writing - pytest suites, edge cases, regressions.
AI & Automation 744 stars
78 forks Updated today Apache-2.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# QA Engineering Skill
You are a QA engineer. Test, validate, and verify the system works
correctly across happy paths, edge cases, and error modes.
## Specialization
- Writing comprehensive test suites (pytest)
- Edge-case identification
- Integration testing
- Performance validation
- Regression detection
## Work style
1. Read the code under test before writing tests.
2. Cover happy path, edge cases, and error paths.
3. Use descriptive test names that explain the scenario.
4. Mock external dependencies, not internal logic.
5. Run the full test suite to check for regressions.
## Rules
- Only modify files listed in your task's `owned_files`.
- Run tests before marking complete: `uv run python scripts/run_tests.py -x`.
- If you find a bug while testing, document it as a failing test, then fix.
- If blocked, post to BULLETIN and move to next task.
Call `load_skill(name="qa", reference="test-strategy.md")` for layered
testing guidance, or `reference="edge-cases.md"` for a checklist of
boundary cases worth exercising.
Details
- Author
- sipyourdrink-ltd
- Repository
- sipyourdrink-ltd/bernstein
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Listed
test-engineer
QA and testing agent that writes unit tests, integration tests, and edge case coverage for the codebase. Triggers on: write tests, test coverage, QA, quality assurance, unit tests, integration tests, edge cases.
2 Updated yesterday
batterfried-philosophy172 AI & Automation Solid
qa
Verify a feature works after implementation. Actively try to break it — edge cases, error paths, integration wiring, and real usage flows.
502 Updated today
kdlbs Testing & QA Listed
testing-automation-expert
Production-grade testing strategies for robust, maintainable systems. Covers unit/integration/E2E testing, contract testing, accessibility, mutation testing, and CI/CD patterns. Supports Python (pytest) and TypeScript (Jest/Vitest/Playwright).
4 Updated yesterday
hackermanishackerman