testeiya 0.3.1-5.3 → 0.3.1-5.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testeiya",
3
- "version": "0.3.1-5.3",
3
+ "version": "0.3.1-5.4",
4
4
  "description": "AI testing agent — QA-focused coding agent for manual and automated tests",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -3,7 +3,7 @@
3
3
  {
4
4
  "source": "testomatio/skills",
5
5
  "ref": null,
6
- "sha": "e7cee9e276d96d22f2e3f185b4279a3092f8b428",
6
+ "sha": "07a67b75bb49fb7f9e8061ab69a6cbfa45f9b99f",
7
7
  "folder": "testomatio",
8
8
  "skills": [
9
9
  "automate-manual-test-cases",
@@ -71,7 +71,7 @@
71
71
  {
72
72
  "source": "microsoft/playwright-cli/tree/main/skills/playwright-cli",
73
73
  "ref": null,
74
- "sha": "60cb176373cf4400405122703e6de26cd58c7a1c",
74
+ "sha": "cbc09311c468e10fba47964e9b3830fe625c9b01",
75
75
  "folder": "playwright",
76
76
  "skills": [
77
77
  "playwright-cli"
@@ -20,22 +20,20 @@ Gather intent with the `qa-pr-requirements-analyzer` skill first.
20
20
 
21
21
  ## Output
22
22
 
23
- Your output should be readable by person who doesn't understand or doesn't look into code.
24
- Use QA language, avoid coding jargon
25
- Avoid mentioning internal variable names, syntax, queries, not relevant for QAs.
26
- Use high-level business domain specific terms and not low level coding details
27
- If needed mention class names, file names, but never get into deeper internal details
28
- Explain risks and ambiguities from terms of persona using the software
29
- Try to resolve ambiguities based on your code and requirements understanding
30
-
31
- Only requested section named exactly the way we provide
32
- Information in section written as numbered lists
33
-
34
- Requested sections:
35
-
36
- - Section `👷‍♀️ Is it done`: does the code meet the original request (pr title, issue description, etc). Include brief (1 line) original issue summary in it. Avoid details, your goal is to detect unmatched or wrongly understood issues.
37
- - Section `🦕 Backwards Compatibility`: how this change is aligned with our existsing features, is there a significant behavior changes we need to be aware of
38
- - Section `🌋 Potential Risks`: what are potential problems can be introduced by merging this PR
39
- - Section `🔬 What must be verified`: up to 5 most risk scenarios, no more. Start in form: "What if"
40
-
41
- Prefer simple wording and short sentences.
23
+ - Your output should be readable by person who doesn't understand or doesn't look into code.
24
+ - Use QA language, avoid coding jargon
25
+ - Avoid mentioning internal variable names, syntax, queries, not relevant for QAs.
26
+ - Use high-level business domain specific terms and not low level coding details
27
+ - If needed mention class names, file names, but never get into deeper internal details
28
+ - Explain risks and ambiguities from terms of persona using the software. Do not put coding terms in it.
29
+ - Try to resolve ambiguities based on your code and requirements understanding
30
+ - You can use bold and italics to emphasize points important for reviewer to take decision
31
+ - Reply with **Only requested section named exactly they are provided provided**. No prephrase, no conclusions, only session.
32
+ - Prefer simple wording and short sentences.
33
+
34
+ ## Requested sections
35
+
36
+ - Section `👷‍♀️ Is it done`: does the code meet the original request (pr title, issue description, etc). Include brief (1 line) original issue summary in it. Avoid details, your goal is to detect unmatched or wrongly understood issues. 1-3 sentances max.
37
+ - Section `🦕 Backwards Compatibility`: how this change is aligned with our existsing features, is there a significant behavior changes we need to be aware of (if no compatibility issues present, just say so).
38
+ - Section `🌋 Merge Risks`: what are potential problems can be introduced by merging this PR. Up to 5 items, if found, format as numbered list.
39
+ - Section `🔬 What must be verified`: up to 5 most risk usage scenarios for end-users. Start in form: "What if {persona} {verb}". Write as numbered list. Avoid scenarios that are technical and can be unit tested.