一键导入
env-lint
Use when checking .env, .env.local, .env.production, or other environment files against .env.example without printing environment variable values.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when checking .env, .env.local, .env.production, or other environment files against .env.example without printing environment variable values.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Apply Entity Framework Core patterns for tracking, migrations, retries, bulk operations, DbContext lifetime, query behavior, and database-backed tests. Use when implementing, reviewing, debugging, or optimizing EF Core data access and migration workflows.
Structure or modernize .NET solutions using .slnx, global.json, Directory.Build.props, Central Package Management, SourceLink, NuGet configuration, release metadata, and reproducible build conventions. Use for new solution setup, repository-wide build configuration, SDK pinning, or project-layout migrations.
Build or query a persistent knowledge graph for broad architecture, cross-file relationships, or mixed code-and-document corpora. Use when the user explicitly asks for Graphify or a knowledge graph, when graphify-out already exists and can answer an architecture question, or when persistent cross-session mapping materially helps. Do not trigger for routine code questions, focused audits, or small repository tasks.
Build or standardize Tailwind CSS v4 design systems with CSS-first tokens, variants, reusable components, responsive layouts, forms, theming, and accessibility. Use when creating a component library, defining design tokens, migrating design-system primitives, or removing inconsistent utility patterns.
Teach the user a new skill or concept, within this workspace.
Build .NET integration tests against disposable Docker dependencies with Testcontainers and xUnit. Use for databases, caches, brokers, migration tests, container lifecycle, isolation, wait strategies, CI execution, or replacing infrastructure mocks with real services.
| name | env-lint |
| description | Use when checking .env, .env.local, .env.production, or other environment files against .env.example without printing environment variable values. |
Never print environment variable values. Report key names only.
python3 /Users/akoken/Developer/repos/dotfiles/config/codex/skills/env-lint/scripts/envlint.py --format md
python3 /Users/akoken/Developer/repos/dotfiles/config/codex/skills/env-lint/scripts/envlint.py --example .env.example --env .env.local --format md
Interpret exit codes:
0: all required keys present1: required key missingTriage results:
## Env Lint Result
- Compared:
- Missing keys:
- Extra keys:
- Empty keys:
- Deployment blockers:
- Cleanup candidates: