Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/tomes --skill style-review명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | style-review |
| description | >- Use when this capability is needed. |
The user provides a file path or directory to review. If not provided, ask what to review.
Read the file path to determine:
docs/public-networks/ or
docs/private-networks/. Load the corresponding rule from
.cursor/rules/product-public-networks.mdc or .cursor/rules/product-private-networks.mdc.concepts/,
how-to/, reference/). Use .cursor/rules/content-types.mdc for the mapping.Try running Vale on the target file:
vale <file-or-directory>
If Vale is not installed, skip this step and note it in the report. Continue with the manual review.
Read the file fully. The following points are quick reminders; use the linked .mdc files as the
source of truth for full criteria, examples, and edge cases.
product-*.mdc rule file.title field.description field present (one sentence for SEO).sidebar_label only when needed (default nav label would be too long or wordy); otherwise omit.title is set in frontmatter.sidebar_position or _category_.json).vercel.json.Present findings as a structured report grouped by category. For each issue:
## Style review: <file>
### Area: <public-networks or private-networks> | Content type: <type>
### Summary
- X issues found (Y from Vale, Z from manual review)
- Severity: A critical, B suggestions
### Voice and tone
- Line 12: Passive voice - "The block number can be specified..." → "Specify the block number..."
### Terminology
- Line 8: "IBFT2" → Use "IBFT 2.0" per terminology.mdc.
### Formatting
- Line 45: Code block missing language tag.
- Line 22: Em dash found - replace with comma or period.
### Content type
- Page is in `concepts/` but contains numbered step-by-step instructions. Move steps to a
how-to page and link to it.
### Frontmatter
- Missing `description` field.
If reviewing a directory, produce one report per file, then a summary at the end showing totals across all files.
If no issues are found, say so explicitly.
Source: besu-eth/besu-docs — distributed by TomeVault.