metrics-review
Reviewing operational and business metrics for continuous improvement, trend analysis, and proactive issue detection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reviewing operational and business metrics for continuous improvement, trend analysis, and proactive issue detection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Metrics Review |
| description | Reviewing operational and business metrics for continuous improvement, trend analysis, and proactive issue detection. |
| leadership_principles | ["Dive Deep","Insist on the Highest Standards","Customer Obsession","Ownership"] |
Metrics review is the practice of regularly examining operational and business metrics to identify trends, detect degradation early, validate improvements, and drive data-informed decisions. Unlike incident response (reactive), metrics review is proactive—you're looking for problems before they become incidents and confirming that improvements are having the desired effect. Good metrics review distinguishes signal from noise and leads to concrete actions.
Amazon is deeply metrics-driven. The phrase "in God we trust, all others bring data" captures the culture. Anecdotes and opinions don't drive decisions—metrics do. But metrics can also mislead if you look at the wrong ones, use the wrong aggregation, or ignore confounding factors. A skilled metrics review requires understanding what the metric actually measures, what can influence it, and what actions the metric should trigger. Amazon engineers are expected to know their service's metrics cold and explain any movement.
Customer Experience Metrics (primary — these matter most)
Operational Health Metrics
Resource Metrics
Business Metrics
Step 1: Establish baselines
Step 2: Identify anomalies
Step 3: Classify the signal
Step 4: Determine action
Step 5: Track over time
Looking at latency:
Looking at availability:
Looking at deployment frequency:
| Intention | Mechanism |
|---|---|
| "I'll keep an eye on metrics" | Automated weekly metrics report generated and reviewed on a fixed cadence |
| "I'll notice if something degrades" | Anomaly detection alarms that fire on trend changes, not just absolute thresholds |
| "I'll investigate when things look off" | Degradation triggers automatic ticket creation with investigation template |
| "I'll track whether improvements worked" | Before/after metrics comparison required for closing improvement tickets |
| What They Say | Why It's Wrong | What To Do Instead |
|---|---|---|
| "The metric is within SLA" | Within SLA doesn't mean optimal. Trending toward SLA breach means action is needed now | Track trend direction. Action triggers at 80% of SLA threshold, not 100% |
| "It's just noise" | Repeated "noise" is a pattern. Three noisy data points in a month is a signal | Track "noise" events. If the same anomaly repeats 3x, investigate systematically |
| "We don't have time for deep analysis" | Shallow analysis misses the root cause. You'll spend more time on repeated incidents | Invest 30 minutes in deep analysis now to avoid hours of incident response later |
| "Our metrics are green, we're good" | Green means meeting minimum bar. It doesn't mean you can't improve | Use metrics to drive improvement, not just pass/fail. Set stretch targets |
Applying Amazon's raise-the-bar principle to every code review. What reviewers look for — clarity, correctness, design, reuse, operational readiness. "Ship It" means the change raises or maintains the quality bar.
Blameless post-incident analysis focused on timeline, 5 Whys, mechanisms over people, and concrete action items with owners.
Internal /build flow mechanism that maintains fixed-size procedural memory of durable implementation-quality lessons.
Review a technical design before specs or implementation. Evaluate problem clarity, requirements, alternatives, trade-offs, architecture, dependency behavior, security, operations, cost, testability, and simplicity.
Bridge between an approved Design Document and code. Decompose the system-level blueprint into N vertical specs (requirements → design → tasks), each independently deliverable. Fail fast by ordering hardest-first. Execute wave-by-wave with approval gates.
Stage 4 of Working Backwards: Write the PR/FAQ — a press release announcing the product as if it already exists, plus a comprehensive FAQ addressing hard questions. This is the core Amazon mechanism that forces clarity, customer-centric thinking, and rigorous pre-mortems before any code is written.