website-improve

Audit and modernize web repositories with build verification and Astro setup guidance.

1|Updated May 17, 2026
One-click install
npx skills add https://github.com/mykcs/myk-skills --skill website-improve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-improve
Source: https://github.com/mykcs/myk-skills/tree/main/website-improve
Command: npx skills add https://github.com/mykcs/myk-skills --skill website-improve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

网站维护常常在“发现问题”和“真正升级修复”之间断档,导致反复返工、构建失败或发布风险累积。

Core Features & Use Cases

  • 一站式网站改进:覆盖检查+提升(含构建/类型/CI门禁、SEO/a11y/i18n、依赖与资产优化),并在需要时执行升级与验证闭环。
  • Astro 建站指南:当输入包含“create/deploy/build static blog/astro”等意图时,提供从初始化到 Content Collections、Tailwind v4 集成与部署平台适配的工作流。
  • 项目页创建:当输入包含“project page/项目页”时,按学术项目页模板与双语路由结构生成展示页(含标准区块与质量清单)。
  • 适配学术项目与通用站点:运行时根据是否存在 DESIGN.md / Poster-Slides 组件等信号,选择学术项目页审计清单或通用站点审计清单。

Quick Start

直接说“website-improve”,并在对话中明确你的仓库本地路径与 GitHub 仓库名(例如:告诉它你的 Astro 站点目录位置和对应的 owner/repo),然后继续让它按默认“检查+提升”模式执行审计、修复、构建验证与必要的提交推送。

Frequently Asked Questions about website-improve

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

FAQPage Schema
How do I perform a website audit and fix SEO or accessibility issues automatically?

An automated website audit checks SEO, a11y, i18n integrity, and asset optimization, then applies modernization fixes followed by build verification to ensure closures.

What is the best way to set up an Astro static blog with Tailwind v4?

Setting up an Astro static blog with Tailwind v4 involves initializing the project, configuring Content Collections, integrating the stylesheet, and adapting the deployment platform workflow based on your repository routing.

Can I generate a bilingual academic project page from an existing repository?

Yes, you can generate a bilingual academic project page by detecting repository signals like DESIGN.md, then applying an academic template with standard sections, bilingual routing structures, and a project quality checklist.

Does the website modernization process verify build and type checks before finishing?

The website modernization process enforces build checks, type verification, and CI gate validation after applying dependency and asset optimizations, ensuring scan-then-fix separation to prevent build failures and accumulated deployment risks.

Why does my website upgrade fail during the transition from scanning to deployment?

Website upgrades fail when the scan-then-fix separation is broken, bypassing build checks and type verification after applying dependency updates, which accumulates deployment risks and causes CI gate failures during modernization.