Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

react-native-perf-skills

react-native-perf-skills 收录了来自 jeferson-sb 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
3
更新
2026-06-30
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

perf-analyze
软件质量保证分析师与测试员

DMAIC Phase 3 — Root cause analysis. Takes baseline metrics from /perf-measure and maps them to root causes using pattern matching. Searches the codebase for supporting evidence. Produces a ranked hypothesis list with confidence levels.

2026-06-30
perf-improve
软件开发工程师

DMAIC Phase 4 — Apply targeted fixes. Takes a root cause from /perf-analyze and presents an ordered improvement checklist. Prioritizes battle-tested library substitutions over custom code, then code-level fixes, then architecture changes.

2026-06-30
perf-measure
软件开发工程师

DMAIC Phase 2 — Collect performance data. Routes to the correct measurement tool based on symptom domain (FPS, TTI, bundle, memory, animation). Guides profiling setup, interprets tool output, and produces a structured baseline metrics report.

2026-06-30
perf-control
软件质量保证分析师与测试员

DMAIC Phase 5 — Prevent regressions. Sets up callstack/reassure for render/interaction benchmarks, configures Flashlight for CI, adds bundle size thresholds, and documents the performance baseline. Use after /perf-improve to lock in gains.

2026-05-20
perf-define
项目管理专家

DMAIC Phase 1 — Define the performance problem. Scope the symptom, classify it, set measurable targets, identify the affected user flow, and produce a structured problem statement. Use before measuring to avoid wasted profiling time.

2026-05-20
perf-quick
软件质量保证分析师与测试员

Fast 5-minute React Native performance audit. Scans source for the 12 most impactful antipatterns without profiling — code-level grep scan only. Use as a first pass before deeper DMAIC investigation.

2026-05-20