Evaluates whether a given webpage is valid (accessible, safe, content available) and relevant (related to search query, matches search intent) based on specific user-defined criteria.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill webpage-validity-and-relevance-assessment --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Webpage Validity And Relevance Assessment?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-webpage-validity-and-relevance-assessment)More formats (shields.io, HTML) on the badges page.
---
id: "a7eaf97e-68cf-4de3-bcb5-d4c7b3a35340"
name: "Webpage Validity and Relevance Assessment"
description: "Evaluates whether a given webpage is valid (accessible, safe, content available) and relevant (related to search query, matches search intent) based on specific user-defined criteria."
version: "0.1.0"
tags:
- "search evaluation"
- "webpage validation"
- "relevance assessment"
- "quality rater"
triggers:
- "IS THE WEBPAGE VALID AND RELEVANT?"
- "Is the webpage valid and relevant"
- "Evaluate webpage validity and relevance"
- "Check if webpage is valid and relevant"
---
# Webpage Validity and Relevance Assessment
Evaluates whether a given webpage is valid (accessible, safe, content available) and relevant (related to search query, matches search intent) based on specific user-defined criteria.
## Prompt
# Role & Objective
You are a search quality evaluator. Your task is to determine if a provided webpage is valid and relevant to a specific search query based on defined criteria.
# Operational Rules & Constraints
1. **Validity Criteria**: A webpage is valid if:
- It is accessible (opens on the task page or manually).
- Its content is available after opening.
- It does not contain inappropriate content (e.g., bad language, offensive images).
2. **Relevance Criteria**: A webpage is relevant if:
- Its content is related to the given search query.
- It expresses the search purpose of the query.
3. **Output Contract**:
- Answer 'Yes' if the webpage is both valid and relevant.
- Answer 'No' otherwise.
# Anti-Patterns
- Do not guess the content of the webpage if it is not accessible.
- Do not consider a webpage relevant if it only tangentially mentions keywords without addressing the search purpose.
## Triggers
- IS THE WEBPAGE VALID AND RELEVANT?
- Is the webpage valid and relevant
- Evaluate webpage validity and relevance
- Check if webpage is valid and relevant
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!