/f5-analytics
View project analytics and metrics
$ npx -y skills add Fujigo-Software/f5-framework-claude --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/f5-analytics
Context preview
What this command does when you run it.
View project analytics and metrics
Command definition
f5-analytics.mddescription: View project analytics and metrics
argument-hint: [--period <days>]
/f5-analytics - F5 Framework Analytics & Metrics System
> **Purpose**: View usage metrics, track patterns, and get AI-powered insights > **Version**: 2.0.0 > **Category**: Analytics
---
Command Syntax
# View overview dashboard
/f5-analytics
# Specific dashboard
/f5-analytics --dashboard <name>
# Generate report
/f5-analytics report <type>
# View insights
/f5-analytics insights
# Export data
/f5-analytics export --format <json|csv|markdown>
# View specific metric category
/f5-analytics --metric <category>
# Time range filter
/f5-analytics --range <today|week|month|all>
# Verbosity control
/f5-analytics --v1|--v2|--v3|--v4|--v5
---
Input Processing
1. Parse Arguments
| Argument | Description | Default | |----------|-------------|---------| | `--dashboard` | Dashboard to display | `overview` | | `report` | Generate report type | - | | `insights` | Show AI insights | - | | `export` | Export data | - | | `--metric` | Specific metric category | all | | `--range` | Time range filter | `week` | | `--format` | Export format | `markdown` | | `--v{1-5}` | Verbosity level | 3 |
2. Available Dashboards
| Dashboard | Description | |-----------|-------------| | `overview` | General metrics summary | | `gates` | Quality gate progress | | `errors` | Error tracking | | `mcp` | MCP server health | | `commands` | Command usage | | `productivity` | Productivity metrics |
3. Report Types
| Report | Description | |--------|-------------| | `daily` | Today's summary | | `weekly` | Weekly trends | | `gate` | Gate-focused report | | `error` | Error analysis | | `productivity` | Productivity report | | `custom` | Custom report |
4. Metric Categories
| Category | Description | |----------|-------------| | `commands` | Command usage | | `agents` | Agent utilization | | `modes` | Mode patterns | | `personas` | Persona activation | | `gates` | Gate progress | | `errors` | Error tracking | | `sessions` | Session stats | | `mcp` | MCP usage |
---
Execution Flow
/f5-analytics
│
▼
┌─────────────────┐
│ Load Config │
│ analytics/config│
└────────┬────────┘
│
▼
┌─────────────────┐
│ Load Data │
│ (range filter) │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Process Metrics │
│ Calculate Stats │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Generate │
│ Insights │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Render │
│ Dashboard/Report│
└─────────────────┘---
Dashboards
Overview Dashboard (Default)
═══════════════════════════════════════════════════════════════
F5 ANALYTICS DASHBOARD
═══════════════════════════════════════════════════════════════
📊 QUICK STATS Period: Last 7 Days
───────────────────────────────────────────────────────────────
Commands Executed │ 142 Success Rate │ 94.3%
Active Gate │ D4 Session Hours │ 12.5h
Top Command │ /f5-implement Errors Today │ 3
📈 COMMAND USAGE (Top 5)
───────────────────────────────────────────────────────────────
/f5-implement ████████████████████████████ 45 (32%)
/f5-gate ███████████████ 28 (20%)
/f5-load ████████████ 22 (15%)
/f5-test ████████ 15 (11%)
/f5-spec ██████ 12 (8%)
🚧 GATE PROGRESS
───────────────────────────────────────────────────────────────
D1 ✅ │ D2 ✅ │ D3 ✅ │ D4 🔄 │ G2 ⏳ │ G3 ⏳ │ G4 ⏳
⚡ PRODUCTIVITY SCORE: 78/100 (Good)
───────────────────────────────────────────────────────────────
💡 INSIGHTS
───────────────────────────────────────────────────────────────
• Gate D4 taking 20% longer than average - check blockers
• Consider using /f5-tdd for better test coverage
• MCP Context7 fallback rate increased - verify connection
═══════════════════════════════════════════════════════════════Gates Dashboard
═══════════════════════════════════════════════════════════════
GATES PROGRESS DASHBOARD
═══════════════════════════════════════════════════════════════
📊 OVERALL PROGRESS
───────────────────────────────────────────────────────────────
[██████████████████░░░░░░░░░░░░] 57% (4/7 gates)
📋 GATE DETAILS
───────────────────────────────────────────────────────────────
Gate │ Status │ Duration │ Target │ Deviation
─────┼────────┼──────────┼────────┼───────────
D1 │ ✅ │ 2d │ 3d │ -1d (early)
D2 │ ✅ │ 4d │ 5d │ -1d (early)
D3 │ ✅ │ 8d │ 7d │ +1d (late)
D4 │ 🔄 │ 6d... │ 5d │ +1d (over)
G2 │ ⏳ │ - │ 14d │ -
G3 │ ⏳ │ - │ 7d │ -
G4 │ ⏳ │ - │ 3d │ -
📈 TIMELINE
───────────────────────────────────────────────────────────────
Jan 1 Jan 8 Jan 15 Jan 22 Today
│ │ │ │ │
├──D1──┤ │ │ │ │
├───D2───┤ │ │ │
├────D3────┤ │ │
├───D4────┼──────────▶
Est: Jan 25
🚧 CURRENT BLOCKERS
───────────────────────────────────────────────────────────────
• API spec review pending customer approval
• Security audit not yet scheduled
═══════════════════════════════════════════════════════════════Errors Dashboard
═══════════════════════════════════════════════════════════════
ERRORS DASHBOARD
═══════════════════════════════════════════════════════════════
📊 ERROR SUMMARY Period: Last 7 Days
───────────────────────────────────────────────────────────────
Total Errors │ 23 Recovery Rate │ 82.6%
Critical │ 2 Auto-Fixed │ 15
Warnings │ 21 Manual FixRead more
description: View project analytics and metrics argument-hint: [--period <days>]
/f5-analytics - F5 Framework Analytics & Metrics System
> **Purpose**: View usage metrics, track patterns, and get AI-powered insights > **Version**: 2.0.0 > **Category**: Analytics
---
Command Syntax
# View overview dashboard /f5-analytics # Specific dashboard /f5-analytics --dashboard <name> # Generate report /f5-analytics report <type> # View insights /f5-analytics insights # Export data /f5-analytics export --format <json|csv|markdown> # View specific metric category /f5-analytics --metric <category> # Time range filter /f5-analytics --range <today|week|month|all> # Verbosity control /f5-analytics --v1|--v2|--v3|--v4|--v5
---
Input Processing
1. Parse Arguments
| Argument | Description | Default | |----------|-------------|---------| | `--dashboard` | Dashboard to display | `overview` | | `report` | Generate report type | - | | `insights` | Show AI insights | - | | `export` | Export data | - | | `--metric` | Specific metric category | all | | `--range` | Time range filter | `week` | | `--format` | Export format | `markdown` | | `--v{1-5}` | Verbosity level | 3 |
2. Available Dashboards
| Dashboard | Description | |-----------|-------------| | `overview` | General metrics summary | | `gates` | Quality gate progress | | `errors` | Error tracking | | `mcp` | MCP server health | | `commands` | Command usage | | `productivity` | Productivity metrics |
3. Report Types
| Report | Description | |--------|-------------| | `daily` | Today's summary | | `weekly` | Weekly trends | | `gate` | Gate-focused report | | `error` | Error analysis | | `productivity` | Productivity report | | `custom` | Custom report |
4. Metric Categories
| Category | Description | |----------|-------------| | `commands` | Command usage | | `agents` | Agent utilization | | `modes` | Mode patterns | | `personas` | Persona activation | | `gates` | Gate progress | | `errors` | Error tracking | | `sessions` | Session stats | | `mcp` | MCP usage |
---
Execution Flow
/f5-analytics
│
▼
┌─────────────────┐
│ Load Config │
│ analytics/config│
└────────┬────────┘
│
▼
┌─────────────────┐
│ Load Data │
│ (range filter) │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Process Metrics │
│ Calculate Stats │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Generate │
│ Insights │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Render │
│ Dashboard/Report│
└─────────────────┘---
Dashboards
Overview Dashboard (Default)
═══════════════════════════════════════════════════════════════
F5 ANALYTICS DASHBOARD
═══════════════════════════════════════════════════════════════
📊 QUICK STATS Period: Last 7 Days
───────────────────────────────────────────────────────────────
Commands Executed │ 142 Success Rate │ 94.3%
Active Gate │ D4 Session Hours │ 12.5h
Top Command │ /f5-implement Errors Today │ 3
📈 COMMAND USAGE (Top 5)
───────────────────────────────────────────────────────────────
/f5-implement ████████████████████████████ 45 (32%)
/f5-gate ███████████████ 28 (20%)
/f5-load ████████████ 22 (15%)
/f5-test ████████ 15 (11%)
/f5-spec ██████ 12 (8%)
🚧 GATE PROGRESS
───────────────────────────────────────────────────────────────
D1 ✅ │ D2 ✅ │ D3 ✅ │ D4 🔄 │ G2 ⏳ │ G3 ⏳ │ G4 ⏳
⚡ PRODUCTIVITY SCORE: 78/100 (Good)
───────────────────────────────────────────────────────────────
💡 INSIGHTS
───────────────────────────────────────────────────────────────
• Gate D4 taking 20% longer than average - check blockers
• Consider using /f5-tdd for better test coverage
• MCP Context7 fallback rate increased - verify connection
═══════════════════════════════════════════════════════════════Gates Dashboard
═══════════════════════════════════════════════════════════════
GATES PROGRESS DASHBOARD
═══════════════════════════════════════════════════════════════
📊 OVERALL PROGRESS
───────────────────────────────────────────────────────────────
[██████████████████░░░░░░░░░░░░] 57% (4/7 gates)
📋 GATE DETAILS
───────────────────────────────────────────────────────────────
Gate │ Status │ Duration │ Target │ Deviation
─────┼────────┼──────────┼────────┼───────────
D1 │ ✅ │ 2d │ 3d │ -1d (early)
D2 │ ✅ │ 4d │ 5d │ -1d (early)
D3 │ ✅ │ 8d │ 7d │ +1d (late)
D4 │ 🔄 │ 6d... │ 5d │ +1d (over)
G2 │ ⏳ │ - │ 14d │ -
G3 │ ⏳ │ - │ 7d │ -
G4 │ ⏳ │ - │ 3d │ -
📈 TIMELINE
───────────────────────────────────────────────────────────────
Jan 1 Jan 8 Jan 15 Jan 22 Today
│ │ │ │ │
├──D1──┤ │ │ │ │
├───D2───┤ │ │ │
├────D3────┤ │ │
├───D4────┼──────────▶
Est: Jan 25
🚧 CURRENT BLOCKERS
───────────────────────────────────────────────────────────────
• API spec review pending customer approval
• Security audit not yet scheduled
═══════════════════════════════════════════════════════════════Errors Dashboard
═══════════════════════════════════════════════════════════════
ERRORS DASHBOARD
═══════════════════════════════════════════════════════════════
📊 ERROR SUMMARY Period: Last 7 Days
───────────────────────────────────────────────────────────────
Total Errors │ 23 Recovery Rate │ 82.6%
Critical │ 2 Auto-Fixed │ 15
Warnings │ 21 Manual FixAI-Powered Development Framework for Claude Code
Repo: Fujigo-Software/f5-framework-claude
Other commands on f5-framework.
- /f5-agent
Manage AI agents, personas, and get smart suggestions
Open command - /f5-ba
Business analysis workflow
Open command - /f5-backend
Backend development commands
Open command - /f5-checkpoint
[DEPRECATED] Use /f5-ctx checkpoint
Open command - /f5-classify
Classify input files by type using content-first analysis, detect gaps, and generate coverage declaration
Open command - /f5-codebase
[DEPRECATED] Use /f5-memory codebase
Open command

