Skip to content

Commit 861a0cd

Browse files
committed
update
1 parent 3ec75a9 commit 861a0cd

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,17 @@ Then generate tests that conform to local patterns.
153153
Produce a full conformance record.
154154
```
155155

156+
## Developer Maintenance
157+
158+
Format Markdown files with Prettier extension.
159+
Then run:
160+
161+
```shell
162+
npx markdownlint-cli2 "**/*.md" "#.venv" "#site" "#dist" "#node_modules"
163+
164+
uvx skillcheck SKILL.md --min-desc-score 75
165+
```
166+
156167
## License
157168

158169
MIT © 2026 [Adaptive Interfaces](https://github.com/adaptive-interfaces)

SKILL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
---
12
name: adaptive-sensor-testing
23
description: >
3-
Generate and evaluate test artifacts for sensor data systems,
4-
identifying anomalies beyond standard test results.
4+
Generate and evaluate test artifacts for sensor data systems,
5+
identifying anomalies beyond standard test results.
6+
---
57

68
# Adaptive Sensor Testing (AST) Skill
79

0 commit comments

Comments
 (0)