ワンクリックで
code-standards-check
Enforce coding standards, guidelines compliance, and language style consistency
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Enforce coding standards, guidelines compliance, and language style consistency
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate Sprint Stories from Master Story + sprint scope — ADO-ready PRD lift, UI/Figma, non-redundant sections
Generate Master Stories (feature-level) from PRD — for Sprint Stories use sprint-story-generator; for tech tasks use tech-task-generator
Understands natural English language queries and converts them to SDLC commands. Supports hybrid pattern matching + AI understanding. Asks for ADO work item if missing, shows non-closed items for quick selection. Works with any stage, any role.
One-command setup for AI-SDLC IDE Plugin. Installs dependencies, creates env, bootstraps .sdlc/, wires Claude Code commands, Cursor MCP, and validates everything.
Security validation for Java/TEJ/Spring backend code
Backend developer skill for Java 17, TEJ, RestExpress, Kafka, Gradle, PostgreSQL
| name | code-standards-check |
| description | Enforce coding standards, guidelines compliance, and language style consistency |
| model | sonnet-4-6 |
| token_budget | {"input":4000,"output":2000} |
Enforces platform coding standards, guideline compliance, and consistent language style across the repository.
markdown, json, ```bash)| Issue | Fix |
|---|---|
| File named MyFileName.md | Rename to my-file-name.md |
| Header in title case "# Proper Header" as "# proper header" | Use Title Case: # Proper Header |
| Absolute path /home/user/files | Use relative: ../files/ |
| API key in example | Remove, use {API_KEY} placeholder |
| Inconsistent section naming | Standardize terminology |
| Table without pipes | | Use proper table syntax |
| Broken link to nonexistent file | Verify file exists or update link |
| Vague reference "see here" | Use descriptive text: "See Configuration section" |
Use this skill when: