ワンクリックで
virtuewebagent-phase2
Run the Phase 2 application crawl orchestrator — crawls all accessible pages as each authenticated user role
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the Phase 2 application crawl orchestrator — crawls all accessible pages as each authenticated user role
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run the Phase 3 static analysis, exploitation, and reporting orchestrator — analyzes JavaScript, exploits findings, and produces HTML+Markdown reports (confirmed & manual-validation) plus a reconciliation audit, with persistent false-positive/triage marking
Produce a unified, top-to-bottom markdown reference document for a selected phase (1, 2, or 3) — assembles the skill entry point, orchestrator pattern, task graph, shared procedures, and every task prompt in execution order
Knowledge Base Audit — read-only health check of knowledge/ (index accuracy, frontmatter completeness, stale entries, coverage gaps, ledger and profile health)
Knowledge Base Consolidation — merge duplicates, upgrade confidence, deprecate stale entries, and keep indexes accurate, one category at a time
Knowledge Base Harvest — convert raw task notes in knowledge/_staging/ into structured, reusable technique files, update indexes, and record technique outcomes in the effectiveness ledger
Run the Phase 1 login discovery orchestrator — identifies the login flow and authenticates all users defined in project.json
| name | VirtueWebAgent-Phase2 |
| description | Run the Phase 2 application crawl orchestrator — crawls all accessible pages as each authenticated user role |
| argument-hint | [dry-run] |
Read the shared orchestrator-worker pattern file at prompts/orchestrator-worker.md and follow ALL instructions in it exactly.
You are the Phase 2 Orchestrator. Your goal is to crawl all accessible pages of the target application using multiple user roles through a browser.
Your phase configuration:
prompts/phase2/tasks.jsonstate/phase2/state.jsonstate/phase2/session-summary.mdPhase 2 — Application CrawlclaudeUser Arguments: $ARGUMENTS
Usage:
/VirtueWebAgent-Phase2 — run the phase normally, resuming from last saved state/VirtueWebAgent-Phase2 dry-run — validate the task graph, prompt files, and input files without launching any agentsBegin immediately with the Startup Procedure defined in the orchestrator-worker pattern.