team-qa-886535 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited team-qa-886535 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
When this skill is invoked, orchestrate the QA team through a structured testing cycle.
Decision Points: At each phase transition, use AskUserQuestion to present the user with the subagent's proposals as selectable options. Write the agent's full analysis in conversation, then capture the decision with concise labels. The user must approve before moving to the next phase.
Use the Task tool to spawn each team member as a subagent:
subagent_type: qa-lead — Strategy, planning, classification, sign-offsubagent_type: qa-tester — Test case writing and bug report writingAlways provide full context in each agent's prompt (story file paths, QA plan path, scope constraints). Launch independent qa-tester tasks in parallel where possible (e.g., multiple stories in Phase 5 can be scaffolded simultaneously).
Before doing anything else, gather the full scope:
sprint-03): read all story files in production/sprints/[sprint]/feature: [system-name]: glob story files tagged for that systemproduction/session-state/active.md and production/sprint-status.yaml (if present) to infer the active sprintproduction/stage.txt to confirm the current project phase."QA cycle starting for [sprint/feature]. Found [N] stories. Current stage: [stage]. Ready to begin QA strategy?"
Spawn qa-lead via Task to review all in-scope stories and produce a QA strategy.
Prompt the qa-lead to:
tests/smoke/ for smoke test scenarios; for each, assess whether it can be verified given the current build. Produce a smoke check verdict: PASS / PASS WITH WARNINGS [list] / FAIL [list of failures]| Story | Type | Automated Required | Manual Required | Blocker? |
|---|
Smoke Check: [PASS / PASS WITH WARNINGS / FAIL] — [details if not PASS]
If the smoke check result is FAIL, the qa-lead must list the failures prominently. QA cannot proceed past the strategy phase with a failed smoke check.
Present the qa-lead's full strategy to the user, then use AskUserQuestion:
question: "QA Strategy Review"
options:
- "Looks good — proceed to test plan"
- "Adjust story types before proceeding"
- "Skip blocked stories and proceed with the rest"
- "Smoke check failed — fix issues and re-run /team-qa"
- "Cancel — resolve blockers first"If smoke check FAIL: do not proceed to Phase 3. Surface the failures and stop. The user must fix them and re-run /team-qa. If smoke check PASS WITH WARNINGS: note the warnings for the sign-off report and continue. If blockers are present: list them explicitly. The user may choose to skip blocked stories or cancel the cycle.
Using the strategy from Phase 2, produce a structured test plan document.
The test plan should cover:
tests/Ask: "May I write the QA plan to production/qa/qa-plan-[sprint]-[date].md?"
Write only after receiving approval.
Smoke check is performed as part of Phase 2 (QA Strategy). If the smoke check returned FAIL in Phase 2, the cycle was stopped there. This phase only runs when the Phase 2 smoke check was PASS or PASS WITH WARNINGS.
For each story requiring manual QA (Visual/Feel, UI, Integration without automated tests):
Spawn qa-tester via Task for each story (run in parallel where possible), providing:
Each test case set should include:
Present the test cases to the user for review before execution. Group by story.
Use AskUserQuestion per story group (batched 3-4 at a time):
question: "Test cases ready for [Story Group]. Review before manual QA begins?"
options:
- "Approved — begin manual QA for these stories"
- "Revise test cases for [story name]"
- "Skip manual QA for [story name] — not ready"Walk through each story in the approved manual QA list.
Batch stories into groups of 3-4 and use AskUserQuestion for each:
question: "Manual QA — [Story Title]\n[brief description of what to test]"
options:
- "PASS — all acceptance criteria verified"
- "PASS WITH NOTES — minor issues found (describe after)"
- "FAIL — criteria not met (describe after)"
- "BLOCKED — cannot test yet (reason)"After each FAIL result: use AskUserQuestion to collect the failure description, then spawn qa-tester via Task to write a formal bug report in production/qa/bugs/.
Bug report naming: BUG-[NNN]-[short-slug].md (increment NNN from existing bugs in the directory).
After collecting all results, summarize:
Spawn qa-lead via Task to produce the sign-off report using all results from Phases 4–6.
The sign-off report format:
## QA Sign-Off Report: [Sprint/Feature]
**Date**: [date]
**QA Lead sign-off**: [pending]
### Test Coverage Summary
| Story | Type | Auto Test | Manual QA | Result |
|-------|------|-----------|-----------|--------|
| [title] | Logic | PASS | — | PASS |
| [title] | Visual | — | PASS | PASS |
### Bugs Found
| ID | Story | Severity | Status |
|----|-------|----------|--------|
| BUG-001 | [story] | S2 | Open |
### Verdict: APPROVED / APPROVED WITH CONDITIONS / NOT APPROVED
**Conditions** (if any): [list what must be fixed before the build advances]
### Next Step
[guidance based on verdict]Verdict rules:
Next step guidance by verdict:
/gate-check to validate advancement."/team-qa or targeted manual QA before advancing."Ask: "May I write this QA sign-off report to production/qa/qa-signoff-[sprint]-[date].md?"
Write only after receiving approval.
If any spawned agent (via Task) returns BLOCKED, errors, or cannot complete:
Common blockers:
/architecture-decision first/create-storiesA summary covering: stories in scope, smoke check result, manual QA results, bugs filed (with IDs and severities), and the final APPROVED / APPROVED WITH CONDITIONS / NOT APPROVED verdict.
Verdict: COMPLETE — QA cycle finished. Verdict: BLOCKED — smoke check failed or critical blocker prevented cycle completion; partial report produced.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.