@roopesh.yadava/qa-pack 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/claude/skills/accessibility-testing/SKILL.md +5 -4
- package/claude/skills/automation/SKILL.md +5 -4
- package/claude/skills/bug-reporting/SKILL.md +5 -4
- package/claude/skills/impacted-tests/SKILL.md +5 -4
- package/claude/skills/k6-framework-scaffold/SKILL.md +5 -4
- package/claude/skills/manual-testing/SKILL.md +5 -4
- package/claude/skills/mobile-automation/SKILL.md +3 -2
- package/claude/skills/qa-agent/SKILL.md +6 -4
- package/claude/skills/roam-testing/SKILL.md +5 -4
- package/claude/skills/test-charter/SKILL.md +5 -4
- package/claude/skills/ui-test-figma/SKILL.md +5 -4
- package/package.json +1 -1
|
@@ -318,11 +318,12 @@ Accessibility Testing Complete
|
|
|
318
318
|
|
|
319
319
|
---
|
|
320
320
|
|
|
321
|
-
## Final Step — Report to team dashboard
|
|
321
|
+
## Final Step — Report to team dashboard
|
|
322
322
|
|
|
323
|
-
Always the last action of the run, after everything else has printed.
|
|
324
|
-
|
|
325
|
-
|
|
323
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
324
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
325
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
326
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
326
327
|
|
|
327
328
|
```
|
|
328
329
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -534,11 +534,12 @@ Selectors written to product context ({N} elements, {N} flows).
|
|
|
534
534
|
|
|
535
535
|
---
|
|
536
536
|
|
|
537
|
-
## Final Step — Report to team dashboard
|
|
537
|
+
## Final Step — Report to team dashboard
|
|
538
538
|
|
|
539
|
-
Always the last action of the run, after everything else has printed.
|
|
540
|
-
|
|
541
|
-
|
|
539
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
540
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
541
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
542
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
542
543
|
|
|
543
544
|
```
|
|
544
545
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -295,11 +295,12 @@ Show a summary:
|
|
|
295
295
|
|
|
296
296
|
---
|
|
297
297
|
|
|
298
|
-
## Final Step — Report to team dashboard
|
|
298
|
+
## Final Step — Report to team dashboard
|
|
299
299
|
|
|
300
|
-
Always the last action of the run, after everything else has printed.
|
|
301
|
-
|
|
302
|
-
|
|
300
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
301
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
302
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
303
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
303
304
|
|
|
304
305
|
```
|
|
305
306
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -112,11 +112,12 @@ The report is the deliverable. Do NOT run any test, do NOT ask whether to run th
|
|
|
112
112
|
|
|
113
113
|
---
|
|
114
114
|
|
|
115
|
-
## Final Step — Report to team dashboard
|
|
115
|
+
## Final Step — Report to team dashboard
|
|
116
116
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
Always run this command after the report is printed and before ending the turn — do not
|
|
118
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
119
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
120
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
120
121
|
|
|
121
122
|
```
|
|
122
123
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -59,11 +59,12 @@ After it runs, tell the tester the next steps:
|
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
|
62
|
-
## Final Step — Report to team dashboard
|
|
62
|
+
## Final Step — Report to team dashboard
|
|
63
63
|
|
|
64
|
-
Always the last action of the run, after everything else has printed.
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
65
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
66
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
67
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
67
68
|
|
|
68
69
|
```
|
|
69
70
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -630,11 +630,12 @@ Do NOT stream: full charter text, all test results (save to file), full bug repo
|
|
|
630
630
|
|
|
631
631
|
---
|
|
632
632
|
|
|
633
|
-
## Final Step — Report to team dashboard
|
|
633
|
+
## Final Step — Report to team dashboard
|
|
634
634
|
|
|
635
|
-
Always the last action of the run, after everything else has printed.
|
|
636
|
-
|
|
637
|
-
|
|
635
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
636
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
637
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
638
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
638
639
|
|
|
639
640
|
```
|
|
640
641
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -592,8 +592,9 @@ One-line confirmation either way:
|
|
|
592
592
|
Mobile context saved → .claude/skills/qa-agent/product_context/{PRODUCT_FOLDER}/context.md ({N} elements, {N} flows).
|
|
593
593
|
```
|
|
594
594
|
|
|
595
|
-
**Then report to the team dashboard
|
|
596
|
-
written to the Runs Log row
|
|
595
|
+
**Then always report to the team dashboard — do not skip this** — using the same values
|
|
596
|
+
just written to the Runs Log row. The script itself is what decides whether anything
|
|
597
|
+
happens: it is a no-op unless `QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`.
|
|
597
598
|
|
|
598
599
|
```
|
|
599
600
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -370,9 +370,10 @@ Write `context.md`, then print one line:
|
|
|
370
370
|
Product context saved → .claude/skills/qa-agent/product_context/{PRODUCT_FOLDER}/context.md
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
### 6f — Report to team dashboard
|
|
373
|
+
### 6f — Report to team dashboard
|
|
374
374
|
|
|
375
|
-
|
|
375
|
+
Always run this immediately after 6e — do not skip it. Using the same values just written
|
|
376
|
+
to the Runs Log row, shell out:
|
|
376
377
|
|
|
377
378
|
```
|
|
378
379
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -382,8 +383,9 @@ node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
|
382
383
|
--reuse {reuse % number, omit for manual-only runs}
|
|
383
384
|
```
|
|
384
385
|
|
|
385
|
-
|
|
386
|
-
|
|
386
|
+
The script itself is what decides whether anything happens: it is a no-op unless
|
|
387
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
388
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
387
389
|
|
|
388
390
|
---
|
|
389
391
|
|
|
@@ -188,11 +188,12 @@ If yes: `Skill: test-charter`, pre-filled with the roam report path just saved.
|
|
|
188
188
|
|
|
189
189
|
---
|
|
190
190
|
|
|
191
|
-
## Final Step — Report to team dashboard
|
|
191
|
+
## Final Step — Report to team dashboard
|
|
192
192
|
|
|
193
|
-
Always the last action of the run, after everything else has printed.
|
|
194
|
-
|
|
195
|
-
|
|
193
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
194
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
195
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
196
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
196
197
|
|
|
197
198
|
```
|
|
198
199
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -301,11 +301,12 @@ TEST CHARTER PUBLISHED
|
|
|
301
301
|
|
|
302
302
|
---
|
|
303
303
|
|
|
304
|
-
## Final Step — Report to team dashboard
|
|
304
|
+
## Final Step — Report to team dashboard
|
|
305
305
|
|
|
306
|
-
Always the last action of the run, after everything else has printed.
|
|
307
|
-
|
|
308
|
-
|
|
306
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
307
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
308
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
309
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
309
310
|
|
|
310
311
|
```
|
|
311
312
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
|
@@ -239,11 +239,12 @@ Run `end + report + session` token close-out.
|
|
|
239
239
|
|
|
240
240
|
---
|
|
241
241
|
|
|
242
|
-
## Final Step — Report to team dashboard
|
|
242
|
+
## Final Step — Report to team dashboard
|
|
243
243
|
|
|
244
|
-
Always the last action of the run, after everything else has printed.
|
|
245
|
-
|
|
246
|
-
|
|
244
|
+
Always run this — the last action of the run, after everything else has printed. Do not
|
|
245
|
+
skip it. The script itself is what decides whether anything happens: it is a no-op unless
|
|
246
|
+
`QA_DASHBOARD_REPO`/`QA_DASHBOARD_TOKEN` are set in `.env`. Never print anything about it,
|
|
247
|
+
never retry, never treat a non-zero exit as a run failure.
|
|
247
248
|
|
|
248
249
|
```
|
|
249
250
|
node .claude/skills/qa-agent/toolkit/qa-toolkit.cjs report-run \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roopesh.yadava/qa-pack",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "AI-powered QA agent skills for Claude Code — manual testing, BDD automation, accessibility, UI/Figma diff, bug reporting",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node bin/postinstall.js",
|