Skip to content

kb(skills): add link validation to kb-pr-review Derek checklist#1203

Merged
hilram7 merged 1 commit into
devfrom
skill/kb-pr-review-add-link-validation
Jul 8, 2026
Merged

kb(skills): add link validation to kb-pr-review Derek checklist#1203
hilram7 merged 1 commit into
devfrom
skill/kb-pr-review-add-link-validation

Conversation

@hilram7

@hilram7 hilram7 commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a links row to the Derek review table in .claude/skills/kb-pr-review/SKILL.md. Reviewers now find every internal /docs/... markdown link in an article, resolve each to a real file on disk (via the target's slug frontmatter override or its real path/filename — not its sidebar_label or title), and flag any mismatch as a Required fix. External links are out of scope.

Changes

  • .claude/skills/kb-pr-review/SKILL.md — new links row in the Step 8 Derek review-areas table, between images and formatting.

Adds a `links` row to the Derek review table in kb-pr-review/SKILL.md.
Reviewers now find every internal `/docs/...` markdown link, resolve
each to a real file on disk (via the target's `slug` frontmatter
override or its real path/filename — not its `sidebar_label` or
`title`), and flag any mismatch as a Required fix.
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Code Review

No correctness, security, or build-breaking issues found.

This PR adds a single links row to the review checklist in .claude/skills/kb-pr-review/SKILL.md. It contains no executable code, Docusaurus config, KB-copy script, or GitHub Actions changes — nothing that could affect the build, routing, or CI pipeline.

The one factual reference in the added text — that broken links are backstopped by npm run build via onBrokenLinks: 'throw' — is accurate (docusaurus.config.js:50). The link-resolution guidance (check slug frontmatter override first, then match the real path/filename rather than sidebar_label/title) is consistent with how Docusaurus resolves doc URLs.

No changes requested.

@hilram7 hilram7 merged commit acda19c into dev Jul 8, 2026
7 checks passed
@hilram7 hilram7 deleted the skill/kb-pr-review-add-link-validation branch July 8, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant