tanner-code-review

仓库创建 2026年7月3日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合在合并前自动或人工评审 UI PR 的清单式指南。

这个 Skill 做什么

根据 Tanner 的方法审查前端改动,涵盖性能、可访问性、视觉与代码规范。

按 Tanner 的风格审查前端改动,关注性能、视觉回归、可访问性、内容和代码规范,目标是界面既快又一致又可用。在审查 PR、分支或 diff、准备上线前用,特别适合 UI/CSS/组件改动。方法像一本核查表,保证不同尺寸和辅助设备下都表现正确并保持统一风格。

▸ 展开 SKILL.md 英文原文

How Tanner reviews front-end changes — performance, design and visual regressions, content, accessibility, and code conventions. Use when reviewing a diff, PR, or branch of UI work before it ships, or when asked to review front-end/CSS/component changes.

开发编程前端审查可访问性性能视觉回归通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tannergodarzi/tanner-agent-standards/main/.claude/skills/tanner-code-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tannergodarzi/tanner-agent-standards/main/.claude/skills/tanner-code-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Tanner Code Review

How to review front-end work the way Tanner does. Run this before any UI change ships —
a PR, a branch, or your own working diff. The goal is a page that's fast, looks right at
every size, reads clean, works for everyone, and looks like it was written by the same
person who wrote the rest of the codebase.

> Plain markdown — any agent can read this file directly; Claude Code additionally
> auto-loads it as a skill and can drive the browser (via its browser tools) for the
> visual and accessibility checks below.

**Validate in a real browser — don't eyeball the code alone.** These changes have to be
seen rendered, so spin up a **headless browser instance** against the ru
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有