perf-action-items

Apply performance tuning action items sequentially with test-validated metrics.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kssumin/claude-playground --skill perf-action-items
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-action-items
Source: https://github.com/kssumin/claude-playground/tree/main/.claude/skills/perf-action-items
Command: npx skills add https://github.com/kssumin/claude-playground --skill perf-action-items

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

성능 튜닝 Action Items를 하나씩 누적 적용하면서 각각 성능 테스트로 영향도를 검증하는 워크플로우입니다. 이 스킬은 TODO 목록에서 우선순위가 높은 항목을 차례대로 적용하고, 모니터링 지표를 통해 영향도를 확인하는 절차를 제공합니다.

Core Features & Use Cases

  • 순차적으로 Action Item을 적용하고, 성능 테스트로 효과를 검증합니다.
  • 최신 보고서의 Action Items 큐를 기반으로 우선순위를 조정합니다.
  • 단일 변경 원칙을 지키며, 변경 전/후 상태를 기록하고 다음 아이템으로 이행합니다.
  • 보고서 작성과 캡처를 통해 재현성과 추적성을 확보합니다.

Quick Start

Load the latest perf report, pick the next TODO action, apply a single change, and capture metrics for validation.

Frequently Asked Questions about perf-action-items

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

FAQPage Schema
How do I validate performance tuning changes one at a time?

Sequential performance tuning requires applying a single action item from a TODO queue, capturing monitoring metrics for that specific change, and recording before and after states to isolate its impact.

What is a single-variable performance tuning workflow?

A single-variable performance tuning workflow enforces applying isolated changes sequentially from a TODO queue, capturing mandatory monitoring metrics for each action item to ensure test-validated performance gains and structured reporting.

How do I manage a queue of performance action items from a report?

You manage a queue of performance action items by loading the latest perf report, picking the next highest priority TODO action, applying it as a single change, and capturing metrics for validation before moving on.

Can I apply multiple performance tuning changes at once?

Applying multiple performance tuning changes simultaneously is not supported. The workflow requires a single-variable change principle, meaning each action item must be executed one at a time with monitoring metrics captured for validation.

Why do I need to capture monitoring metrics for each performance action item?

Capturing monitoring metrics for each performance action item ensures reproducibility and traceability. It validates the effect of the single-variable change before proceeding to the next item in the queue.