一键导入
codebase-review-and-design-assessment
Review an unfamiliar codebase and produce a grounded design assessment with explicit judgment and pragmatic recommendations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review an unfamiliar codebase and produce a grounded design assessment with explicit judgment and pragmatic recommendations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Apply senior UI/UX judgment to interfaces, user flows, interaction details, and product usability decisions.
Build, review, and extend Astro static sites — config, integrations, SEO, deployment to GitHub Pages.
Design system, visual language, tone, and UI conventions for comtechconsulting.dk — reference before adding any new UI, copy, or page to the site.
Apply senior-level engineering judgment to code review, implementation, debugging, refactoring, and delivery planning.
Advise on Confluence Cloud AI — Atlassian Intelligence, Rovo Chat, Rovo Chat macro, plan tier detection, and space-level AI scoping.
Configure and surface Rovo AI features in Confluence Cloud — Chat, custom Agents, Space Agent assignment, and space homepage CTA patterns.
基于 SOC 职业分类
| name | codebase-review-and-design-assessment |
| description | Review an unfamiliar codebase and produce a grounded design assessment with explicit judgment and pragmatic recommendations. |
| version | 1.0.1 |
| tags | ["code-review","architecture","assessment","design","maintainability"] |
| tool_agnostic | true |
| authors | ["Anders Hybertz"] |
| tested_on | [] |
Use this skill when asked to read a project, review a codebase, assess the current design, evaluate architecture, or give a grounded opinion on maintainability and technical direction.
Do not answer from stale conversational context or from a previous task summary. Start by re-grounding in the current repository and current request. A design review that is not tied to the actual codebase is worse than no review.
Produce a review that:
Re-anchor on scope.
Read project instructions first.
Map the codebase before judging it.
Review implementation evidence.
Assess the design on concrete axes.
Deliver the review in a useful shape.
The framing of the review request changes what you prioritize:
Standard health check. Cover all axes. Flag anything that would cost time to fix later.
This is a pre-change stabilization review. Different priority order:
For this intent, the output should give the user confidence about what is stable and a clear list of what to fix before branching.
Standard diff-focused review. See code-reviewer-strict for this path.
references/pre-change-stabilization-checklist.md — structured checklist for the "solid foundation before a big update" review intent.references/nextjs-logic-duplication-patterns.md — common duplication patterns in Next.js apps (server/client logic drift, type redeclaration) and how to fix them.