test(docs): add regression tests for skill validators - #923
test(docs): add regression tests for skill validators#923kubestellar-hive[bot] wants to merge 1 commit into
Conversation
Add pytest coverage for docs validator scripts used by pre-commit:\n- broken relative markdown links\n- missing skill front matter\n- skill catalog generation and stale index detection\n\nAlso wire new test file into Justfile pytest invocation and regenerate skill catalog artifacts required by validator check.\n\nAssisted-by: GPT-5.3-Codex via GitHub Copilot\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: quality[bot] <quality[bot]@users.noreply.github.com>
|
Marking for hold-gated flow: please apply labels |
|
Closing as redundant with coverage already on #911 (merged) already added tests for three of the four areas this PR covers, in
Landing this would create a second parallel test file ( The one genuinely uncovered validator was Sibling PR #924 covers issue #910. No coverage is lost by closing this. |
Test Improvement
Adds regression coverage for docs validator scripts for broken relative links, missing skill front matter, skill catalog generation, and stale index detection.
Also wires new test module into just test python pytest invocation.
Related Issue
Fixes #910
Filed by quality agent (hold-gated mode). Human review required.