From agentic-workflow
Displays cockpit-style health and next-action insights for one or more git repositories. Supports --repos for cross-repo fleet views and --json for machine-readable output.
How this command is triggered — by the user, by Claude, or both
Slash command
/agentic-workflow:crew-insightsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Crew Insights Show cockpit-style health and next-action insights across one or more repos. ## Command: /crew-insights $ARGS Run: Default scope is the current repo. For cross-repo fleet views, pass explicit repo paths or globs: Use `--json` when another tool or `crew-board` needs the stable data contract.
Show cockpit-style health and next-action insights across one or more repos.
Run:
python3 {__scripts_dir__}/crew-insights.py $ARGS
Default scope is the current repo. For cross-repo fleet views, pass explicit repo paths or globs:
python3 {__scripts_dir__}/crew-insights.py --repos /mnt/c/git/*
Use --json when another tool or crew-board needs the stable data contract.
npx claudepluginhub spiris-innovation-tech-dev/agentic-workflow --plugin agentic-workflow/repo-healthScans all git repos in a directory and produces a consolidated health report covering dirty files, sync state, open PRs, issues, merge conflicts, and branch hygiene.
/healthGrades a GitHub repository's overall health across CI/CD, test coverage, security, docs, and dependencies, returning a score, top issues, and quick wins.
/retroGenerates engineering retrospectives from git history, surfacing commit patterns, contributor breakdown, hotspots, session analysis, and AI-assisted commit tracking.
/lumin-repo-lensRuns a baseline-aware structure review of the current workspace, producing a repository lens analysis automatically without prompting for mode selection.
/healthReports Repowise code-health scores (1–10) per file with KPIs, lowest-scoring files, refactoring targets, and trends. Also supports per-file, module, and coverage-file modes.
/historyAnalyzes external repository commit history to uncover debugging patterns, development workflows, and improvement strategies, then suggests how to apply them to the current project.