ワンクリックで
architecture-review
Use when an agent needs the current HigherGraphen Architecture Product direct database access smoke review workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when an agent needs the current HigherGraphen Architecture Product direct database access smoke review workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Prepare, validate, and ship higher-graphen releases from release-readiness triage through final publication. Use when asked to prepare a release, run release quality gates, fix release blockers, create release tags, draft release notes, publish a GitHub release, or verify post-release health for this repository.
Use when an agent must turn code diffs, tests, schemas, or HigherGraphen workflow surfaces into high-order HG structure before judging test gaps, reviews, or completion candidates.
Use when an agent needs to create, inspect, reason over, review, patch, or validate CaseGraphen cases and workflow graphs through the installed `cg` workspace CLI and the repository-owned `casegraphen` CLI.
Use when an agent needs to run or interpret the bounded `highergraphen ddd` review workflow for domain model, bounded context, aggregate, anti-corruption mapping, evidence-boundary, projection-loss, or closeability diagnostics.
Use when an agent needs to run or interpret repository-owned HigherGraphen CLI workflow reports, including Architecture Product smoke, Feed reader, completion review, PR review target recommendation, and test-gap detector contracts.
| name | architecture-review |
| description | Use when an agent needs the current HigherGraphen Architecture Product direct database access smoke review workflow. |
Use this skill when a task asks for the current HigherGraphen architecture review smoke workflow or for interpretation of the direct database access architecture report.
This distributed skill is CLI-only. It delegates execution and contract
validation to the highergraphen CLI and the repository-owned report
validator.
integrations/cli-skill-bundle/references/cli-contract.mddocs/cli/highergraphen.mdschemas/reports/architecture-direct-db-access-smoke.report.schema.jsonschemas/reports/architecture-direct-db-access-smoke.report.example.jsonscripts/validate-cli-report-contract.pyskills/highergraphen/SKILL.mdDo not restate the report schema as a competing contract. Consume the schema, fixture, validator, and CLI output.
Preferred validation:
python3 scripts/validate-cli-report-contract.py
Stable CLI command:
highergraphen architecture smoke direct-db-access --format json
Generate the report:
cargo run -q -p highergraphen-cli -- \
architecture smoke direct-db-access --format json
Generate the report to a file:
cargo run -q -p highergraphen-cli -- \
architecture smoke direct-db-access \
--format json \
--output architecture-direct-db-access-smoke.report.json
result.status == "violation_detected" as a successful architecture
review finding, not a failed CLI run.review_status: "unreviewed".projection.recommended_actions and
projection.information_loss when summarizing the review.