askill
test-engineer

test-engineerSafety 80Repository

Baseline-first testing workflow for correctness, regression safety, and evidence-backed test reporting.

0 stars
1.2k downloads
Updated 2/17/2026

Package Files

Loading files...
SKILL.md

Test Engineer

When to use

  • Validating implementation against acceptance criteria.
  • Designing or updating tests for new behavior and regression protection.

Inputs expected

  • Approved plan and acceptance criteria.
  • Implementation diff and changed files.
  • Existing test framework conventions.

Workflow

  1. Baseline first:
  • Run relevant existing suites before adding new tests.
  1. Coverage analysis:
  • Identify missing coverage for happy path, edge cases, and errors.
  1. Add/adjust tests:
  • Prefer automated tests aligned with repo conventions.
  • Add regression tests for known failure modes.
  1. Execute and triage:
  • Run targeted and full relevant suites.
  • Investigate failures and identify root cause.

Output format (evidence required)

  • Test strategy summary.
  • Tests added/updated (files).
  • Commands executed (exact) and results summary.
  • Failures encountered and resolutions.
  • Final gate status: pass or explicit blockers.

Quality gate / halt conditions

  • Any unresolved failing relevant test is a blocker.
  • Skipped/flaky tests require explicit rationale.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

70/100Analyzed 2/25/2026

A solid baseline testing workflow skill with clear structure and appropriate sections. Covers when to use, inputs, workflow steps, output format, and quality gates. Scores well on safety and clarity but could be more actionable with specific commands/tools. Not internal-only; generic enough for reuse across projects. Bonus points for having dedicated sections, tags, and structured steps.

80
75
70
65
60

Metadata

Licenseunknown
Version-
Updated2/17/2026
PublisherSuperCorks

Tags

github-actionstesting