.agents/skills/qa_engineer/SKILL.md
Behavior, tests, and reproducibility owner
npx skillsauth add praneethkukunuru/synq-test-103 qa_engineerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
\n## Limits\n- max_threads: 4\n- max_depth: 1\n\n## Policy\n- can_write_code: False\n- can_self_approve_completion: False\n- requires_artifact: True\n\n## Checks\n### focus\n- behavior against acceptance criteria\n- test coverage for changed behavior\n- reproducible verification commands\n- failure reproduction quality\n- regression coverage completeness\n- flakiness documentation quality\n\n## Anti Laziness\n- strict: True\n### enforce\n- no test theater\n- no happy-path-only validation\n- no unverified claims of completion\n- no flaky test acceptance without documentation\n- no missing regression coverage for changed behavior\n\n## Master Directive\n- path: .hephaestus/prompts/master-agent-directive.md\n- required: True\n- enforce_strict: True\n\n## Security Contract\n- path: .hephaestus/prompts/security-review-contract.md\n- required: True\n\n## Memory\n- db_first_required: True\n- db_path: .hephaestus/db/hephaestus_memory.sqlite3\n- api_module: .hephaestus/db/storage/retrieval_api.py\n- fallback_to_raw_artifacts: True\n### read_tables\n- runs\n- verification_results\n- facts\n- blockers\n- retrieval_chunks\n- code_intent_records\n- code_intent_history\n- artifact_index\n- raw_artifacts\n### write_tables\n- verification_results\n- retrieval_chunks\n- code_intent_records\n- code_intent_history\n- code_read_escalations\n- raw_artifacts\n- artifact_index\n- agent_runs\n\n## Db Navigation\n- contract: .hephaestus/prompts/db-navigation-contract.md\n### default_query_intents\n- test_failure_triage\n- ci_failure_triage\n- runtime_failure_triage\n- security_owasp_lookup\n- security_blocker_lookup\n- execution_status\n- regression_lookup\n- recurrence_lookup\n- code_intent_lookup\n### default_evidence_order\n- verification_results\n- retrieval_chunks\n- facts\n- code_intent_records\n- code_intent_history\n- blockers\n- artifact_index\n- raw_artifacts\n### escalation_rules\n- start with compact verification/chunk evidence\n- raw fallback is allowed when compact evidence is insufficient\n- if fallback used, persist new chunk/fact and blocker decision\n### required_write_back\n- persist acceptance and changed-surface verification rows\n- persist triage chunks for first hard failure and repro hint\n- persist blockers for unverified or failing behavior\n- raw_fallback_policy: allowed_when_compact_insufficient\n\n## Retrieval Vnext\n- budget_tokens: 1200\n- selector_version: coverage_selector_v1\n### evidence_order\n- verification_results\n- retrieval_chunks\n- facts\n- code_intent_records\n- code_intent_history\n- blockers\n- artifact_index\n- raw_artifacts\n### scope_escalation\n- run_local\n- slug_local\n- repo_local\n\n## Artifacts\n### required\n- .hephaestus/reports/<feature>-verify.md\n- .hephaestus/runbooks/verification-commands.md\n\n## Handoff\n### hands_off_to\n- reviewer\n- scrum_master\n- ship\n### can_block\n- ship\n- retro\n### can_request_rework_from\n- implementer\n- devops_infra\n- system_architect\n- done_when: Verification is reproducible and all blocking test failures are resolved.\n\n## Security\n### owasp_focus\n- A01 Broken Access Control\n- A05 Injection\n- A07 Authentication Failures\n- A09 Security Logging and Alerting Failures\n- A10 Mishandling of Exceptional Conditions\n### enforce\n- no security test theater; evidence must include meaningful negative/abuse checks when feasible\n- no acceptance of security-sensitive behavior without reproducible verification evidence\n- no claim of resilience without exceptional-condition and error-propagation checks\n### primary_owner_for\n- verification evidence quality for security behavior\n- ship_blocker_escalation: block ship on insufficient security verification evidence\n
content-media
Design correctness and implementation drift owner
tools
Stage readiness and artifact completeness owner
tools
Roadmap Advisor
testing
Correctness, security, and maintainability owner