From agentic-workflow
Shows cockpit-style health and next-action insights across 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/healthGrades a GitHub repository's overall health using the github-autopilot MCP server, returning a score, dimension breakdown (CI/CD, test coverage, security, docs, dependencies), top issues, and quick wins.
/statusGenerates a comprehensive project status report by scanning SDD workspace, git history, and codebase health. Accepts optional context argument for focused reports.
/healthReports Repowise code-health KPIs including per-file 1–10 scores, lowest-scoring files, refactoring targets, and trends. Also supports module, path, coverage, and safe-only modes.
/buddyDisplays project status with tech stack/language/architecture, recent git activity, recommended agents, suggested next actions, and quick actions menu.
/lumin-repo-lensRuns a baseline-aware repository structure review on the current workspace, analyzing project layout and organization. Supports full and quick modes via arguments.
/repositoryAnalyzes external GitHub/GitLab repositories (URL or local path) for features, code quality, strengths/weaknesses, patterns, and plugin enhancement recommendations.