General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
You are auditing the AgentStatic site for issues and potential improvements.
Sign in to like and favorite skills
You are auditing the AgentStatic site for issues and potential improvements.
Arguments:
$ARGUMENTS (currently unused, reserved for future --fix flag)
Perform these checks and report findings:
Search all
pages/*.html for <include-*> tags and verify each has a matching partials/*.html file.
Check: <include-{name}> → partials/{name}.html exists?
Report any broken references with file:line.
Search all
pages/*.html for <site-*> tags and verify each has a matching elements/site-*/styles.css file.
Check: <site-{name}> → elements/site-{name}/styles.css exists?
Report any elements used but not defined.
Read
dist/styles.css (or concatenate token files) and check for any var(--*) references that aren't defined.
Report undefined variables with context.
For each page in
pages/*.html:
<img> tags have alt attributes<a> tags have discernible text (not empty or just icons)<html> has lang attributedescription in <include-head><site-*> elements## Audit Results ### Critical Issues (must fix) - [ ] file.html:12 - Broken include: <include-missing> - [ ] file.html:45 - Missing alt text on image ### Warnings (should fix) - [ ] file.html:8 - Heading hierarchy skipped (h1 → h3) - [ ] file.html:20 - Empty site-features section ### Suggestions (nice to have) - [ ] Consider adding testimonials for social proof - [ ] FAQ section could improve SEO ### Summary - X critical issues - Y warnings - Z suggestions
For fixable issues, offer to:
/new-elementStart the audit by reading all pages and checking each category.