スキル global-conventions
📦

global-conventions

安全

Maintain Consistent Project Development Standards

こちらからも入手できます: DevanB

Managing development conventions across teams is challenging and leads to inconsistent code quality. This skill guides Claude Code to follow your project-wide standards for structure, version control, documentation, and workflows.

対応: Claude Codex Code(CC)
📊 69 十分
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「global-conventions」を使用しています。 Review my commit message: fixed bug

期待される結果:

Your commit message should follow the conventional format: type(scope): description. Consider: fix(auth): resolve token expiration issue in login flow

「global-conventions」を使用しています。 Where should I put my configuration files?

期待される結果:

Based on global conventions, configuration files should be organized as follows: environment-specific configs in /config directory, secrets in .env files (excluded from version control), and documentation in /docs. Always reference environment variables rather than hardcoding values.

セキュリティ監査

安全
v6 • 1/21/2026

This skill is safe for publication. Static analysis detected 22 potential patterns but all were false positives. The skill contains only documentation and guidance references with no executable code. All network and filesystem detections were triggered by metadata fields and documentation text, not actual security risks.

2
スキャンされたファイル
348
解析された行数
0
検出結果
6
総監査数
セキュリティ問題は見つかりませんでした
監査者: claude 監査履歴を表示 →

品質スコア

38
アーキテクチャ
100
保守性
85
コンテンツ
20
コミュニティ
100
セキュリティ
91
仕様準拠

作れるもの

Standardize Project Structure

Software engineers can ensure new features follow established directory layouts and file naming patterns

Enforce Git Workflow Compliance

DevOps teams can maintain consistent branch naming, commit message formats, and merge request standards

Maintain Documentation Quality

Technical writers can ensure README files, changelogs, and API docs follow organizational templates

これらのプロンプトを試す

Basic Convention Check
Review my project structure and suggest improvements based on global conventions
Format Commit Message
Help me write a commit message for these changes following our team conventions
Configure Environment Files
Set up environment configuration files following security and documentation best practices
Establish New Project Standards
Create a complete project structure with README, gitignore, and dependency files following our conventions for a new microservice

ベストプラクティス

  • Reference the skill when starting new features to ensure proper project organization from the beginning
  • Use the skill to review existing code before pull requests to catch convention violations early
  • Combine with code review workflows to maintain consistent standards across the team

回避

  • Do not use this skill to override security requirements or bypass necessary approval processes
  • Avoid applying conventions blindly without understanding project-specific context and requirements
  • Do not use outdated convention references without verifying they match current team standards

よくある質問

Does this skill automatically fix convention violations?
No, this skill provides guidance to Claude Code. It will suggest changes and help implement them, but requires user approval before modifying files.
Can I customize the conventions for my team?
Yes, the skill references an external conventions file. You can modify that documentation to reflect your team specific standards.
Will this skill work without the referenced convention file?
The skill requires access to the convention documentation file. Without it, Claude Code will use general best practices but cannot enforce project specific standards.
How does this skill handle conflicts between conventions?
The skill prioritizes project specific conventions from the referenced documentation. When conflicts arise, it will ask for clarification on which standard to follow.
Can this skill help with existing legacy projects?
Yes, you can use this skill to gradually refactor legacy code toward modern conventions. It can identify inconsistencies and suggest incremental improvements.
Does this skill support multiple programming languages?
Yes, the skill focuses on language agnostic conventions like project structure, version control, and documentation. Language specific standards should be defined in the referenced convention file.

開発者の詳細

作成者

EIS-ITS

ライセンス

MIT

参照

main

ファイル構成

📄 SKILL.md