원클릭으로
report-engine
Shared reporting engine for generating session, verification, and compliance reports across workspace workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared reporting engine for generating session, verification, and compliance reports across workspace workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Companion skill for the /open workflow. Automates workspace diagnostic steps when starting a new session on a project. Collects active session status, project contracts, active task metrics, compact memory presence, roadmap phases, pending brainstorms, and git status.
Sidecar data for /brainstorm workflow — Brainstorm (open), Decision (finalized), and Research document templates loaded just-in-time.
Sidecar data for /docs workflow — document templates loaded just-in-time when generating docs.
Modular HTML rendering engine for PARA Workspace. Converts Markdown documents, code graphs, and standalone files into interactive, self-contained HTML pages with consistent Notion-inspired theming. Triggers when the user asks to compile docs to HTML, render graph visualization, export markdown to HTML, view docs statically, or preview documents.
Sidecar data for /plan workflow — Detail Plan and Roadmap templates loaded just-in-time.
Sidecar data for /qa workflow — Red Team personas, dimension checklists, and QA report templates loaded just-in-time.
| name | Report Engine |
| description | Shared reporting engine for generating session, verification, and compliance reports across workspace workflows. |
| version | 1.0.0 |
Workspace Skill for the Report Engine. Provides standard templates and rules for generating session summary reports, verification logs, and compliance audits.
Pattern: Workflow = Logic ➔ Sidecar Skill = Data & Template Router. Any workflow invoking the
--reportoption loads this skill to generate standardized outputs.
--report flag (e.g., /plan end --report, /verify --report).| File | When | Purpose |
|---|---|---|
references/dev-session-report-template.md | Called during plan closure (/plan end --report) | Standard structure for comprehensive dev session reports |
When generating a report, the Agent MUST collect and analyze statistics across the following 6 dimensions, compile a General Overview, and execute a Deep-Dive Focus analysis.
graph_audit_csa (or CLI npx para-graph audit csa).// @para-doc), and identify if any spec anchors are dangling.project_snapshot followed by project_diff to get the list of physically added, modified, or deleted files.project_protected_files to confirm no drift occurred on core structures.artifacts/tests/tdd-evidence.log (if TDD was active).project_session_compact was run and confirm that session.md is updated.session.md versus falling back to raw rule parsing.view_file, grep_search, replace_file_content, write_to_file.run_command pipeline executions.para-graph tools.MCP -> Native -> Bash) was obeyed.The report MUST include a dedicated section focusing deeply on one of the 6 dimensions chosen by the user (the "Focus Area").
--report-focus flag is passed, use the matching dimension as the Focus Area.--report-focus is not passed, prompt the user: "Which dimension would you like to deep-dive into? (csa, tdd, performance, drift, tools, session)". If the user doesn't specify, default to the area with the most active changes or complexity.session.md.