@olegkoval/agent-skills 1.47.0 → 1.47.1
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/.github/prompts/ux-ui-audit-loop.prompt.md +30 -0
- package/.kiro/steering/ux-ui-audit-loop.md +30 -0
- package/.windsurf/rules/ux-ui-audit-loop.md +30 -0
- package/adapters/claude/olko-product/skills/ux-ui-audit-loop/SKILL.md +30 -0
- package/adapters/cursor/olko-product/skills/ux-ui-audit-loop/SKILL.md +30 -0
- package/adapters/grok/olko-product/skills/ux-ui-audit-loop/SKILL.md +30 -0
- package/package.json +1 -1
- package/plugins/olko-apple-kit/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-creative/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-garmin-kit/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-git-tools/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-github-pr/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-obsidian/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-product/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-product/skills/ux-ui-audit-loop/SKILL.md +30 -0
- package/plugins/olko-reflection/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-release/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-skill-meta/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-web-ops/.claude-plugin/plugin.json +1 -1
|
@@ -162,11 +162,38 @@ Otherwise stop at the round limit or blocker and report the remaining ledger hon
|
|
|
162
162
|
|
|
163
163
|
- Follow an existing repository convention when one exists.
|
|
164
164
|
- Otherwise store artifacts under an OS temporary directory named `ux-ui-audit-loop-<run-id>` and report the absolute path.
|
|
165
|
+
- Generate a readable Markdown report at `<artifact-directory>/ux-ui-audit-report.md` before the final response. The report is mandatory even when no fix is made.
|
|
165
166
|
- Redact or omit secrets and sensitive personal data before persisting screenshots, DOM or accessibility data, console output, request details, or reports. Never retain credentials, tokens, or browser storage.
|
|
166
167
|
- Use deterministic names such as `round-01-before-mobile-form-error.png`.
|
|
167
168
|
- Do not add large screenshots to git, modify `.gitignore`, or delete user artifacts unless requested.
|
|
168
169
|
- Retain enough evidence to compare the first baseline with the final state.
|
|
169
170
|
|
|
171
|
+
The report must be human-readable without inspecting tool logs. For every scoped state and viewport, include:
|
|
172
|
+
|
|
173
|
+
- a before screenshot link and the matching after screenshot link; use relative Markdown image links when the report and screenshots share an artifact directory
|
|
174
|
+
- the exact route, viewport, and state setup
|
|
175
|
+
- a short before/after comparison describing what changed, what stayed unchanged, and any remaining issue
|
|
176
|
+
- finding IDs with severity and status, including `not-reproduced`, `accepted`, or `blocked` explanations
|
|
177
|
+
- verification commands and browser evidence with pass/fail/not-run status
|
|
178
|
+
|
|
179
|
+
Use this minimum comparison shape:
|
|
180
|
+
|
|
181
|
+
```markdown
|
|
182
|
+
## Before / After
|
|
183
|
+
|
|
184
|
+
| State | Viewport | Before | After | What changed |
|
|
185
|
+
|---|---:|---|---|---|
|
|
186
|
+
| Initial render | 390x844 | [before](round-01-before-mobile.png) | [after](round-01-after-mobile.png) | Mobile toolbar no longer clips labels; content width remains unchanged. |
|
|
187
|
+
|
|
188
|
+
### Initial render — 390x844
|
|
189
|
+
|
|
190
|
+
| Before | After |
|
|
191
|
+
|---|---|
|
|
192
|
+
|  |  |
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
If a screenshot cannot be captured, mark that pair `NOT_CAPTURED` with the exact blocker; never imply a visual comparison was completed.
|
|
196
|
+
|
|
170
197
|
## Final Report
|
|
171
198
|
|
|
172
199
|
Return a concise report with:
|
|
@@ -191,6 +218,9 @@ VERIFICATION
|
|
|
191
218
|
|
|
192
219
|
ARTIFACTS
|
|
193
220
|
<absolute artifact directory>
|
|
221
|
+
|
|
222
|
+
REPORT
|
|
223
|
+
<absolute path to ux-ui-audit-report.md>
|
|
194
224
|
```
|
|
195
225
|
|
|
196
226
|
Use `CLEAN` only when the successful stop conditions are met. Separate browser evidence, automated tests, deployment state, and human design acceptance. Recommend one smallest next action for every blocker or remainder.
|
|
@@ -161,11 +161,38 @@ Otherwise stop at the round limit or blocker and report the remaining ledger hon
|
|
|
161
161
|
|
|
162
162
|
- Follow an existing repository convention when one exists.
|
|
163
163
|
- Otherwise store artifacts under an OS temporary directory named `ux-ui-audit-loop-<run-id>` and report the absolute path.
|
|
164
|
+
- Generate a readable Markdown report at `<artifact-directory>/ux-ui-audit-report.md` before the final response. The report is mandatory even when no fix is made.
|
|
164
165
|
- Redact or omit secrets and sensitive personal data before persisting screenshots, DOM or accessibility data, console output, request details, or reports. Never retain credentials, tokens, or browser storage.
|
|
165
166
|
- Use deterministic names such as `round-01-before-mobile-form-error.png`.
|
|
166
167
|
- Do not add large screenshots to git, modify `.gitignore`, or delete user artifacts unless requested.
|
|
167
168
|
- Retain enough evidence to compare the first baseline with the final state.
|
|
168
169
|
|
|
170
|
+
The report must be human-readable without inspecting tool logs. For every scoped state and viewport, include:
|
|
171
|
+
|
|
172
|
+
- a before screenshot link and the matching after screenshot link; use relative Markdown image links when the report and screenshots share an artifact directory
|
|
173
|
+
- the exact route, viewport, and state setup
|
|
174
|
+
- a short before/after comparison describing what changed, what stayed unchanged, and any remaining issue
|
|
175
|
+
- finding IDs with severity and status, including `not-reproduced`, `accepted`, or `blocked` explanations
|
|
176
|
+
- verification commands and browser evidence with pass/fail/not-run status
|
|
177
|
+
|
|
178
|
+
Use this minimum comparison shape:
|
|
179
|
+
|
|
180
|
+
```markdown
|
|
181
|
+
## Before / After
|
|
182
|
+
|
|
183
|
+
| State | Viewport | Before | After | What changed |
|
|
184
|
+
|---|---:|---|---|---|
|
|
185
|
+
| Initial render | 390x844 | [before](round-01-before-mobile.png) | [after](round-01-after-mobile.png) | Mobile toolbar no longer clips labels; content width remains unchanged. |
|
|
186
|
+
|
|
187
|
+
### Initial render — 390x844
|
|
188
|
+
|
|
189
|
+
| Before | After |
|
|
190
|
+
|---|---|
|
|
191
|
+
|  |  |
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
If a screenshot cannot be captured, mark that pair `NOT_CAPTURED` with the exact blocker; never imply a visual comparison was completed.
|
|
195
|
+
|
|
169
196
|
## Final Report
|
|
170
197
|
|
|
171
198
|
Return a concise report with:
|
|
@@ -190,6 +217,9 @@ VERIFICATION
|
|
|
190
217
|
|
|
191
218
|
ARTIFACTS
|
|
192
219
|
<absolute artifact directory>
|
|
220
|
+
|
|
221
|
+
REPORT
|
|
222
|
+
<absolute path to ux-ui-audit-report.md>
|
|
193
223
|
```
|
|
194
224
|
|
|
195
225
|
Use `CLEAN` only when the successful stop conditions are met. Separate browser evidence, automated tests, deployment state, and human design acceptance. Recommend one smallest next action for every blocker or remainder.
|
|
@@ -160,11 +160,38 @@ Otherwise stop at the round limit or blocker and report the remaining ledger hon
|
|
|
160
160
|
|
|
161
161
|
- Follow an existing repository convention when one exists.
|
|
162
162
|
- Otherwise store artifacts under an OS temporary directory named `ux-ui-audit-loop-<run-id>` and report the absolute path.
|
|
163
|
+
- Generate a readable Markdown report at `<artifact-directory>/ux-ui-audit-report.md` before the final response. The report is mandatory even when no fix is made.
|
|
163
164
|
- Redact or omit secrets and sensitive personal data before persisting screenshots, DOM or accessibility data, console output, request details, or reports. Never retain credentials, tokens, or browser storage.
|
|
164
165
|
- Use deterministic names such as `round-01-before-mobile-form-error.png`.
|
|
165
166
|
- Do not add large screenshots to git, modify `.gitignore`, or delete user artifacts unless requested.
|
|
166
167
|
- Retain enough evidence to compare the first baseline with the final state.
|
|
167
168
|
|
|
169
|
+
The report must be human-readable without inspecting tool logs. For every scoped state and viewport, include:
|
|
170
|
+
|
|
171
|
+
- a before screenshot link and the matching after screenshot link; use relative Markdown image links when the report and screenshots share an artifact directory
|
|
172
|
+
- the exact route, viewport, and state setup
|
|
173
|
+
- a short before/after comparison describing what changed, what stayed unchanged, and any remaining issue
|
|
174
|
+
- finding IDs with severity and status, including `not-reproduced`, `accepted`, or `blocked` explanations
|
|
175
|
+
- verification commands and browser evidence with pass/fail/not-run status
|
|
176
|
+
|
|
177
|
+
Use this minimum comparison shape:
|
|
178
|
+
|
|
179
|
+
```markdown
|
|
180
|
+
## Before / After
|
|
181
|
+
|
|
182
|
+
| State | Viewport | Before | After | What changed |
|
|
183
|
+
|---|---:|---|---|---|
|
|
184
|
+
| Initial render | 390x844 | [before](round-01-before-mobile.png) | [after](round-01-after-mobile.png) | Mobile toolbar no longer clips labels; content width remains unchanged. |
|
|
185
|
+
|
|
186
|
+
### Initial render — 390x844
|
|
187
|
+
|
|
188
|
+
| Before | After |
|
|
189
|
+
|---|---|
|
|
190
|
+
|  |  |
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
If a screenshot cannot be captured, mark that pair `NOT_CAPTURED` with the exact blocker; never imply a visual comparison was completed.
|
|
194
|
+
|
|
168
195
|
## Final Report
|
|
169
196
|
|
|
170
197
|
Return a concise report with:
|
|
@@ -189,6 +216,9 @@ VERIFICATION
|
|
|
189
216
|
|
|
190
217
|
ARTIFACTS
|
|
191
218
|
<absolute artifact directory>
|
|
219
|
+
|
|
220
|
+
REPORT
|
|
221
|
+
<absolute path to ux-ui-audit-report.md>
|
|
192
222
|
```
|
|
193
223
|
|
|
194
224
|
Use `CLEAN` only when the successful stop conditions are met. Separate browser evidence, automated tests, deployment state, and human design acceptance. Recommend one smallest next action for every blocker or remainder.
|
|
@@ -173,11 +173,38 @@ Otherwise stop at the round limit or blocker and report the remaining ledger hon
|
|
|
173
173
|
|
|
174
174
|
- Follow an existing repository convention when one exists.
|
|
175
175
|
- Otherwise store artifacts under an OS temporary directory named `ux-ui-audit-loop-<run-id>` and report the absolute path.
|
|
176
|
+
- Generate a readable Markdown report at `<artifact-directory>/ux-ui-audit-report.md` before the final response. The report is mandatory even when no fix is made.
|
|
176
177
|
- Redact or omit secrets and sensitive personal data before persisting screenshots, DOM or accessibility data, console output, request details, or reports. Never retain credentials, tokens, or browser storage.
|
|
177
178
|
- Use deterministic names such as `round-01-before-mobile-form-error.png`.
|
|
178
179
|
- Do not add large screenshots to git, modify `.gitignore`, or delete user artifacts unless requested.
|
|
179
180
|
- Retain enough evidence to compare the first baseline with the final state.
|
|
180
181
|
|
|
182
|
+
The report must be human-readable without inspecting tool logs. For every scoped state and viewport, include:
|
|
183
|
+
|
|
184
|
+
- a before screenshot link and the matching after screenshot link; use relative Markdown image links when the report and screenshots share an artifact directory
|
|
185
|
+
- the exact route, viewport, and state setup
|
|
186
|
+
- a short before/after comparison describing what changed, what stayed unchanged, and any remaining issue
|
|
187
|
+
- finding IDs with severity and status, including `not-reproduced`, `accepted`, or `blocked` explanations
|
|
188
|
+
- verification commands and browser evidence with pass/fail/not-run status
|
|
189
|
+
|
|
190
|
+
Use this minimum comparison shape:
|
|
191
|
+
|
|
192
|
+
```markdown
|
|
193
|
+
## Before / After
|
|
194
|
+
|
|
195
|
+
| State | Viewport | Before | After | What changed |
|
|
196
|
+
|---|---:|---|---|---|
|
|
197
|
+
| Initial render | 390x844 | [before](round-01-before-mobile.png) | [after](round-01-after-mobile.png) | Mobile toolbar no longer clips labels; content width remains unchanged. |
|
|
198
|
+
|
|
199
|
+
### Initial render — 390x844
|
|
200
|
+
|
|
201
|
+
| Before | After |
|
|
202
|
+
|---|---|
|
|
203
|
+
|  |  |
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
If a screenshot cannot be captured, mark that pair `NOT_CAPTURED` with the exact blocker; never imply a visual comparison was completed.
|
|
207
|
+
|
|
181
208
|
## Final Report
|
|
182
209
|
|
|
183
210
|
Return a concise report with:
|
|
@@ -202,6 +229,9 @@ VERIFICATION
|
|
|
202
229
|
|
|
203
230
|
ARTIFACTS
|
|
204
231
|
<absolute artifact directory>
|
|
232
|
+
|
|
233
|
+
REPORT
|
|
234
|
+
<absolute path to ux-ui-audit-report.md>
|
|
205
235
|
```
|
|
206
236
|
|
|
207
237
|
Use `CLEAN` only when the successful stop conditions are met. Separate browser evidence, automated tests, deployment state, and human design acceptance. Recommend one smallest next action for every blocker or remainder.
|
|
@@ -173,11 +173,38 @@ Otherwise stop at the round limit or blocker and report the remaining ledger hon
|
|
|
173
173
|
|
|
174
174
|
- Follow an existing repository convention when one exists.
|
|
175
175
|
- Otherwise store artifacts under an OS temporary directory named `ux-ui-audit-loop-<run-id>` and report the absolute path.
|
|
176
|
+
- Generate a readable Markdown report at `<artifact-directory>/ux-ui-audit-report.md` before the final response. The report is mandatory even when no fix is made.
|
|
176
177
|
- Redact or omit secrets and sensitive personal data before persisting screenshots, DOM or accessibility data, console output, request details, or reports. Never retain credentials, tokens, or browser storage.
|
|
177
178
|
- Use deterministic names such as `round-01-before-mobile-form-error.png`.
|
|
178
179
|
- Do not add large screenshots to git, modify `.gitignore`, or delete user artifacts unless requested.
|
|
179
180
|
- Retain enough evidence to compare the first baseline with the final state.
|
|
180
181
|
|
|
182
|
+
The report must be human-readable without inspecting tool logs. For every scoped state and viewport, include:
|
|
183
|
+
|
|
184
|
+
- a before screenshot link and the matching after screenshot link; use relative Markdown image links when the report and screenshots share an artifact directory
|
|
185
|
+
- the exact route, viewport, and state setup
|
|
186
|
+
- a short before/after comparison describing what changed, what stayed unchanged, and any remaining issue
|
|
187
|
+
- finding IDs with severity and status, including `not-reproduced`, `accepted`, or `blocked` explanations
|
|
188
|
+
- verification commands and browser evidence with pass/fail/not-run status
|
|
189
|
+
|
|
190
|
+
Use this minimum comparison shape:
|
|
191
|
+
|
|
192
|
+
```markdown
|
|
193
|
+
## Before / After
|
|
194
|
+
|
|
195
|
+
| State | Viewport | Before | After | What changed |
|
|
196
|
+
|---|---:|---|---|---|
|
|
197
|
+
| Initial render | 390x844 | [before](round-01-before-mobile.png) | [after](round-01-after-mobile.png) | Mobile toolbar no longer clips labels; content width remains unchanged. |
|
|
198
|
+
|
|
199
|
+
### Initial render — 390x844
|
|
200
|
+
|
|
201
|
+
| Before | After |
|
|
202
|
+
|---|---|
|
|
203
|
+
|  |  |
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
If a screenshot cannot be captured, mark that pair `NOT_CAPTURED` with the exact blocker; never imply a visual comparison was completed.
|
|
207
|
+
|
|
181
208
|
## Final Report
|
|
182
209
|
|
|
183
210
|
Return a concise report with:
|
|
@@ -202,6 +229,9 @@ VERIFICATION
|
|
|
202
229
|
|
|
203
230
|
ARTIFACTS
|
|
204
231
|
<absolute artifact directory>
|
|
232
|
+
|
|
233
|
+
REPORT
|
|
234
|
+
<absolute path to ux-ui-audit-report.md>
|
|
205
235
|
```
|
|
206
236
|
|
|
207
237
|
Use `CLEAN` only when the successful stop conditions are met. Separate browser evidence, automated tests, deployment state, and human design acceptance. Recommend one smallest next action for every blocker or remainder.
|
|
@@ -173,11 +173,38 @@ Otherwise stop at the round limit or blocker and report the remaining ledger hon
|
|
|
173
173
|
|
|
174
174
|
- Follow an existing repository convention when one exists.
|
|
175
175
|
- Otherwise store artifacts under an OS temporary directory named `ux-ui-audit-loop-<run-id>` and report the absolute path.
|
|
176
|
+
- Generate a readable Markdown report at `<artifact-directory>/ux-ui-audit-report.md` before the final response. The report is mandatory even when no fix is made.
|
|
176
177
|
- Redact or omit secrets and sensitive personal data before persisting screenshots, DOM or accessibility data, console output, request details, or reports. Never retain credentials, tokens, or browser storage.
|
|
177
178
|
- Use deterministic names such as `round-01-before-mobile-form-error.png`.
|
|
178
179
|
- Do not add large screenshots to git, modify `.gitignore`, or delete user artifacts unless requested.
|
|
179
180
|
- Retain enough evidence to compare the first baseline with the final state.
|
|
180
181
|
|
|
182
|
+
The report must be human-readable without inspecting tool logs. For every scoped state and viewport, include:
|
|
183
|
+
|
|
184
|
+
- a before screenshot link and the matching after screenshot link; use relative Markdown image links when the report and screenshots share an artifact directory
|
|
185
|
+
- the exact route, viewport, and state setup
|
|
186
|
+
- a short before/after comparison describing what changed, what stayed unchanged, and any remaining issue
|
|
187
|
+
- finding IDs with severity and status, including `not-reproduced`, `accepted`, or `blocked` explanations
|
|
188
|
+
- verification commands and browser evidence with pass/fail/not-run status
|
|
189
|
+
|
|
190
|
+
Use this minimum comparison shape:
|
|
191
|
+
|
|
192
|
+
```markdown
|
|
193
|
+
## Before / After
|
|
194
|
+
|
|
195
|
+
| State | Viewport | Before | After | What changed |
|
|
196
|
+
|---|---:|---|---|---|
|
|
197
|
+
| Initial render | 390x844 | [before](round-01-before-mobile.png) | [after](round-01-after-mobile.png) | Mobile toolbar no longer clips labels; content width remains unchanged. |
|
|
198
|
+
|
|
199
|
+
### Initial render — 390x844
|
|
200
|
+
|
|
201
|
+
| Before | After |
|
|
202
|
+
|---|---|
|
|
203
|
+
|  |  |
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
If a screenshot cannot be captured, mark that pair `NOT_CAPTURED` with the exact blocker; never imply a visual comparison was completed.
|
|
207
|
+
|
|
181
208
|
## Final Report
|
|
182
209
|
|
|
183
210
|
Return a concise report with:
|
|
@@ -202,6 +229,9 @@ VERIFICATION
|
|
|
202
229
|
|
|
203
230
|
ARTIFACTS
|
|
204
231
|
<absolute artifact directory>
|
|
232
|
+
|
|
233
|
+
REPORT
|
|
234
|
+
<absolute path to ux-ui-audit-report.md>
|
|
205
235
|
```
|
|
206
236
|
|
|
207
237
|
Use `CLEAN` only when the successful stop conditions are met. Separate browser evidence, automated tests, deployment state, and human design acceptance. Recommend one smallest next action for every blocker or remainder.
|
package/package.json
CHANGED
|
@@ -172,11 +172,38 @@ Otherwise stop at the round limit or blocker and report the remaining ledger hon
|
|
|
172
172
|
|
|
173
173
|
- Follow an existing repository convention when one exists.
|
|
174
174
|
- Otherwise store artifacts under an OS temporary directory named `ux-ui-audit-loop-<run-id>` and report the absolute path.
|
|
175
|
+
- Generate a readable Markdown report at `<artifact-directory>/ux-ui-audit-report.md` before the final response. The report is mandatory even when no fix is made.
|
|
175
176
|
- Redact or omit secrets and sensitive personal data before persisting screenshots, DOM or accessibility data, console output, request details, or reports. Never retain credentials, tokens, or browser storage.
|
|
176
177
|
- Use deterministic names such as `round-01-before-mobile-form-error.png`.
|
|
177
178
|
- Do not add large screenshots to git, modify `.gitignore`, or delete user artifacts unless requested.
|
|
178
179
|
- Retain enough evidence to compare the first baseline with the final state.
|
|
179
180
|
|
|
181
|
+
The report must be human-readable without inspecting tool logs. For every scoped state and viewport, include:
|
|
182
|
+
|
|
183
|
+
- a before screenshot link and the matching after screenshot link; use relative Markdown image links when the report and screenshots share an artifact directory
|
|
184
|
+
- the exact route, viewport, and state setup
|
|
185
|
+
- a short before/after comparison describing what changed, what stayed unchanged, and any remaining issue
|
|
186
|
+
- finding IDs with severity and status, including `not-reproduced`, `accepted`, or `blocked` explanations
|
|
187
|
+
- verification commands and browser evidence with pass/fail/not-run status
|
|
188
|
+
|
|
189
|
+
Use this minimum comparison shape:
|
|
190
|
+
|
|
191
|
+
```markdown
|
|
192
|
+
## Before / After
|
|
193
|
+
|
|
194
|
+
| State | Viewport | Before | After | What changed |
|
|
195
|
+
|---|---:|---|---|---|
|
|
196
|
+
| Initial render | 390x844 | [before](round-01-before-mobile.png) | [after](round-01-after-mobile.png) | Mobile toolbar no longer clips labels; content width remains unchanged. |
|
|
197
|
+
|
|
198
|
+
### Initial render — 390x844
|
|
199
|
+
|
|
200
|
+
| Before | After |
|
|
201
|
+
|---|---|
|
|
202
|
+
|  |  |
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
If a screenshot cannot be captured, mark that pair `NOT_CAPTURED` with the exact blocker; never imply a visual comparison was completed.
|
|
206
|
+
|
|
180
207
|
## Final Report
|
|
181
208
|
|
|
182
209
|
Return a concise report with:
|
|
@@ -201,6 +228,9 @@ VERIFICATION
|
|
|
201
228
|
|
|
202
229
|
ARTIFACTS
|
|
203
230
|
<absolute artifact directory>
|
|
231
|
+
|
|
232
|
+
REPORT
|
|
233
|
+
<absolute path to ux-ui-audit-report.md>
|
|
204
234
|
```
|
|
205
235
|
|
|
206
236
|
Use `CLEAN` only when the successful stop conditions are met. Separate browser evidence, automated tests, deployment state, and human design acceptance. Recommend one smallest next action for every blocker or remainder.
|