用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill progress命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | progress |
| description | Create visual progress updates - charts, before/after comparisons, metrics over time |
Generate visual progress tracking graphics from your git history and metrics.
/progress speed # API response time tracking
/progress users # User growth chart
/progress commits # Commit frequency graph
/progress coverage # Test coverage over time
/progress [custom-metric] # Any custom metric
Create shareable progress visuals:
When user runs /progress [metric]:
Analyze Git History
# Extract commits with metric data
git log --all --since="30 days ago" --grep="metric" --pretty=format:"%ai|%s"
Parse Metrics
Generate Visualization
API RESPONSE TIME - 30 DAY TREND
Day 1: 2000ms ████████████████████ (100%)
Day 7: 1500ms ███████████████ (75%)
Day 14: 800ms ████████ (40%)
Day 21: 200ms ██ (10%)
📊 10x IMPROVEMENT
⬇️ 90% REDUCTION
🚀 FROM 2000ms TO 200ms
Export as Image
/progress speed
Output:
- Line graph of response times
- Before/after comparison bars
- Percentage improvement
- Key optimization milestones
/progress users
Output:
- Cumulative user count
- Daily/weekly/monthly growth rate
- Milestone markers (100, 1K, 10K users)
- Projected growth curve
/progress coverage
Output:
- Test coverage percentage over time
- Lines covered vs total
- Coverage by module/component
- Trending direction (improving/declining)
/progress commits
Output:
- Commit frequency heatmap
- Most active days/hours
- Commit types (feat/fix/refactor)
- Contribution streaks
┌─────────────────────────────────────────┐
│ API RESPONSE TIME - 3 WEEK PROGRESS │
├─────────────────────────────────────────┤
│ │
│ 2000ms ████████████████████ │
│ ↓ │
│ 1500ms ███████████████ │
│ ↓ │
│ 800ms ████████ │
│ ↓ │
│ 200ms ██ │
│ │
│ 📊 10x FASTER IN 21 DAYS │
│ 🚀 90% IMPROVEMENT │
│ │
└─────────────────────────────────────────┘
Saved to: ~/project/visuals/api-speed-progress.png
┌─────────────────────────────────────────┐
│ USER GROWTH - LAST 30 DAYS │
├─────────────────────────────────────────┤
│ ┌─ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ───┘ │
│ │
│ 0 ─────────── 15d ─────────── 30d │
│ 47 users → 312 users (564% growth) │
│ │
└─────────────────────────────────────────┘
Saved to: ~/project/visuals/user-growth.png
Works with:
Your goal: Turn progress into compelling visuals that showcase achievements and drive engagement.