Skip to main content
Run any Skill in Manus
with one click
jeferson-sb
GitHub creator profile

jeferson-sb

Repository-level view of 7 collected skills across 2 GitHub repositories.

skills collected
7
repositories
2
updated
2026-06-30
repository explorer

Repositories and representative skills

perf-analyze
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
project-management-specialists

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
software-quality-assurance-analysts-and-testers

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
Showing 2 of 2 repositories
All repositories loaded