redireccion-301

Verify URL redirects from Excel files and generate reports.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/jesusalainmm/ilumno_automatizaciones --skill redireccion-301
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redireccion-301
Source: https://github.com/jesusalainmm/ilumno_automatizaciones/tree/main/.claude/skills/redireccion-301
Command: npx skills add https://github.com/jesusalainmm/ilumno_automatizaciones --skill redireccion-301

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, openpyxl, requests.

What problem does it solve?

This skill verifies that URLs defined in an Excel file correctly redirect from origin to destination, recording HTTP status codes, final URLs, and evidence via screenshots for audit and QA purposes.

Core Features & Use Cases

  • HTTP redirect validation: Detects 301, 302, 307, 308 and follows redirect chains to confirm the final URL matches the expected destination.
  • Browser-assisted verification: Uses a real browser to capture screenshots of the final page to provide visual evidence.
  • Automated reporting: Generates a comprehensive Excel report and a concise textual summary, including per-row results and error details, suitable for QA dashboards and compliance audits.
  • Use Case: QA engineers validating redirects for SEO migrations, marketing teams auditing URL changes, or data teams verifying URL mappings stored in Excel.

Quick Start

Coloca tu archivo Excel en la carpeta de ejecución y ejecuta validar_redirecciones.py para iniciar la verificación.

Frequently Asked Questions about redireccion-301

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate URL redirects in bulk from an Excel file?

To validate URL redirects in bulk, this skill reads origin and destination URLs from an Excel file, follows HTTP redirect chains, and generates a structured Excel report with status codes and final URLs.

Can I capture screenshots of redirected pages using Playwright?

Yes, you can capture screenshots of redirected pages using Playwright. The skill performs browser-assisted verification to capture visual evidence of the final destination page for QA audits.

What HTTP status codes are detected during URL redirect validation?

During URL redirect validation, the skill detects 301, 302, 307, and 308 HTTP status codes, following the complete redirect chain to confirm the final URL matches the expected destination.

Does this URL validation tool generate reports for SEO migration audits?

Yes, this URL validation tool generates automated reports for SEO migration audits. It outputs a comprehensive Excel report and a concise textual summary including per-row results and error details.

What do I need to run automated HTTP checks for URL redirection mapping?

To run automated HTTP checks for URL redirection mapping, you need an Excel file with origin and destination URLs, plus Python dependencies including Playwright, openpyxl, and requests installed.