원클릭으로
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.