View Report banner
NTCoding NTCoding

View Report

Development community

Description

Two-phase command. Follow the phases in order. ## Phase 1 — Get session data Run: ```bash CLAUDE_PLUGIN_ROOT="${CLAUDE_PLUGIN_ROOT}" npx tsx "${CLAUDE_PLUGIN_ROOT}/src/autonomous-claude-agent-team-workflow.ts" view-report $ARGUMENTS ``` Read the output. Analyze the session data. Write your analysis to $TMPDIR/analysis.md using this format: ``` ## ⚠ Warning title Evidence text explaining the issue. Continue: workflow analyze <session-id> Detailed prompt for follow-up analysis. ## ℹ Informa

Installation

Installs to ~/.claude/skills/ntcoding-autonomous-claude-agent-team-view-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ntcoding-autonomous-claude-agent-team-view-report && curl -fsSL https://raw.githubusercontent.com/NTCoding/autonomous-claude-agent-team/HEAD/commands/view-report.md -o ~/.claude/skills/ntcoding-autonomous-claude-agent-team-view-report/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository