关于
The GitHub PR Link Validator is a specialized Claude Code skill that solves the common '404 error' problem in Pull Request descriptions. When developers use repository-relative links in a PR, GitHub default behavior resolves those links against the base branch (usually main), leading to broken links for files that only exist on the feature branch. This skill identifies these relative paths and automatically converts them into absolute blob URLs specific to the current feature branch, ensuring reviewers can access ADRs, documentation, and configuration files without encountering dead links.