Skip to content

review: clarify finding-ID numbering (I1) + tighten D1<->D2 test asse… #79

review: clarify finding-ID numbering (I1) + tighten D1<->D2 test asse…

review: clarify finding-ID numbering (I1) + tighten D1<->D2 test asse… #79

name: Skill Content Check
on:
push:
paths:
- 'skills/**'
- 'agents/**'
- 'tests/skill-content-grep.sh'
- 'tests/pipeline-evidence-doc-sync.sh'
- 'tests/skill-cross-refs.sh'
- '.github/workflows/skill-content-check.yml'
pull_request:
paths:
- 'skills/**'
- 'agents/**'
- 'tests/skill-content-grep.sh'
- 'tests/pipeline-evidence-doc-sync.sh'
- 'tests/skill-cross-refs.sh'
- '.github/workflows/skill-content-check.yml'
workflow_dispatch:
permissions:
contents: read
jobs:
skill-content-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check skill content for host-specific tokens
run: bash tests/skill-content-grep.sh
- name: Pipeline evidence + doc-sync contracts
run: bash tests/pipeline-evidence-doc-sync.sh
- name: Skill cross-references resolve
run: bash tests/skill-cross-refs.sh