Environment
Repo: getsentry/skills, skill: skills/security-review
Browsing at https://github.com/getsentry/skills/tree/main/skills/security-review
Steps to Reproduce
- Open
skills/security-review/SKILL.md, section "Reference Files".
- Compare the tables there against the actual contents of
skills/security-review/infrastructure/ and skills/security-review/languages/.
Expected Result
Every file listed in SKILL.md's "Reference Files" tables should exist in the corresponding folder:
infrastructure/: docker.md, kubernetes.md, terraform.md, ci-cd.md, cloud.md
languages/: python.md, javascript.md, go.md, rust.md, java.md
Actual Result
Several referenced files are missing:
infrastructure/ only contains docker.md — missing kubernetes.md, terraform.md, ci-cd.md, cloud.md
languages/ only contains javascript.md and python.md — missing go.md, rust.md, java.md
Since SKILL.md's "Load Language Guide" and "Load Infrastructure Guide" steps point agents at these paths, reviewing Go/Rust/Java code or Kubernetes/Terraform/CI-CD/cloud configs falls back to no guide being loaded.
(references/ folder is complete and not affected.)
Environment
Repo: getsentry/skills, skill:
skills/security-reviewBrowsing at https://github.com/getsentry/skills/tree/main/skills/security-review
Steps to Reproduce
skills/security-review/SKILL.md, section "Reference Files".skills/security-review/infrastructure/andskills/security-review/languages/.Expected Result
Every file listed in SKILL.md's "Reference Files" tables should exist in the corresponding folder:
infrastructure/: docker.md, kubernetes.md, terraform.md, ci-cd.md, cloud.mdlanguages/: python.md, javascript.md, go.md, rust.md, java.mdActual Result
Several referenced files are missing:
infrastructure/only containsdocker.md— missingkubernetes.md,terraform.md,ci-cd.md,cloud.mdlanguages/only containsjavascript.mdandpython.md— missinggo.md,rust.md,java.mdSince SKILL.md's "Load Language Guide" and "Load Infrastructure Guide" steps point agents at these paths, reviewing Go/Rust/Java code or Kubernetes/Terraform/CI-CD/cloud configs falls back to no guide being loaded.
(
references/folder is complete and not affected.)