File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,6 +153,17 @@ Then generate tests that conform to local patterns.
153153Produce 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
158169MIT © 2026 [Adaptive Interfaces](https://github.com/adaptive-interfaces)
Original file line number Diff line number Diff line change 1+ ---
12name: adaptive-sensor-testing
23description: >
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
You can’t perform that action at this time.
0 commit comments