skills/website-cloner/website-clone-report/SKILL.md
Convert website analyzer output into a comprehensive plain-language report for non-technical users. Prompts for validation before persisting. Use when asked to report on a website analysis, create an end-user report, or translate technical metrics into plain language. Don't use for technical audit reports targeting developers, raw SEO audits, or penetration testing. Approval gate: never saves without explicit user approval.
npx skillsauth add luongnv89/skills website-clone-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Converts structured website analysis into a comprehensive, plain-language report for non-technical readers. Approval gate: persists only after explicit user validation.
Trigger when the user asks to:
Do not use for technical audit reports targeting developers — those belong to the analyzer skill.
1. Read the analyzer output (JSON)
2. Translate each dimension into plain language
3. Draft the report for non-technical readers
4. Present to user for review
5. Incorporate edits (loop until approved)
6. Persist final report to file
Write the report in plain language. Technical metrics are translated, not just listed.
# Website Analysis Report: <site name>
**URL:** <url>
**Date:** <date>
---
## At a Glance
A plain-language summary: what this site is, who it's for, and its overall health.
Example: "This is a SaaS landing page targeting small businesses. It looks polished and modern,
but loads slowly on mobile connections and is missing key SEO elements that would help it
rank in search results."
## How It Looks and Works
Translate UI/UX findings into plain language:
- Layout style (e.g., "clean single-column layout with a large hero image")
- What draws attention first
- Any friction points (e.g., "the sign-up button is hidden below the fold")
- Responsive behavior
## What Kind of Site This Is
Category description in plain terms:
- "This is an e-commerce store selling handcrafted furniture"
- "This is a documentation site for a developer tool"
## Design and Style
Describe the visual identity accessibly:
- Typography feel (e.g., "modern sans-serif fonts that feel clean and professional")
- Color palette (e.g., "cool blues and grays with orange accents for calls to action")
- Spacing and density
- Motion and interactivity feel
## Performance
Translate metrics to plain language:
- **How fast content appears:** "The main content takes about X seconds to appear.
For comparison, sites that load in under 2 seconds tend to keep visitors engaged."
- **Visual stability:** "The page layout is mostly stable while loading.
You're unlikely to notice elements jumping around."
- **How much data it uses:** "The page weighs about X KB, roughly equivalent to
loading Y average-sized images."
- **Number of resources:** "The page makes about X requests to load."
## Security Overview
Surface-level observations only, in plain language:
- "The site uses HTTPS, which means data between your browser and the site is encrypted."
- "The site sends a few security signals to browsers, but could strengthen them."
Always note this is not a full security audit.
## Search Engine Visibility
SEO findings translated:
- Overall score with context: "SEO score: X/100 — [excellent/good/fair/poor]"
- "The page has a title and description that search engines can read."
- "The heading structure could be improved to help search engines understand the content."
- "Images are missing alternative text, which helps with accessibility and search."
## Summary and Next Steps
A brief section with actionable takeaways:
- What's working well (2–3 points)
- What needs attention (2–3 points)
- What could be improved (2–3 points)
---
*This report was generated from automated analysis. All findings are based on a single-page crawl
and may not reflect the full site.*
Read the JSON analysis file (or content passed via stdin/argument):
Read file <path-to-analysis.json>
If no file is provided and $ARGUMENTS contains a URL, note that this skill requires pre-existing analysis output (produced by website-analyzer), not raw URLs. The orchestrator should have already run Phase 1.
For each dimension:
Assemble the translated content into the report structure above.
Present the draft report to the user. Ask:
"Here is the analysis report. Please review it and let me know:
If the user requests edits:
Do not persist the file until explicit approval.
Once approved, persist the report using the Write tool — do not shell out to echo or cat redirection.
--output <path>. If absent, fall back to $PROJECT_DIR/report.md when the orchestrator set $PROJECT_DIR, otherwise to report.md in the current working directory.After the Write call returns, confirm to the user:
Report saved to: <absolute-path>
| Failure | Behavior | |---|---| | No analyzer input provided | Ask for the analysis JSON file path | | Invalid JSON | Report error and ask for valid input | | User never approves | Keep the loop going; do not auto-save |
documentation
Manage software releases end-to-end: bump version, generate changelog, tag, push, GitHub release, publish to PyPI/npm. Use when user asks to ship, cut a release, tag a version, or list changes since last tag. Skip routine commits and marketplace publishing.
development
Review UI for usability issues using Steve Krug's principles and produce a scannable report. Use when asked for a usability audit, UX review, or UI feedback on screenshots, URLs, or code. Don't use for visual/brand design critique, accessibility (WCAG) audits, or backend/API review.
development
Validate app/startup ideas with market, feasibility, commercial, and open-source competitor analysis. Use when asked to evaluate, validate, or score a product idea. Don't use for PRDs, go-to-market plans, or investor decks.
testing
Install local-first security hardening: pre-commit secret detection, offline dependency scans, static analysis, reports, and gated free CI. Use when hardening repos or adding security hooks. Don't use for incident response or cloud security reviews.