internal-makefile
Use when editing or reviewing Makefile or .mk syntax, targets, prerequisites, recipes, variables, or static format checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when editing or reviewing Makefile or .mk syntax, targets, prerequisites, recipes, variables, or static format checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use when creating, reviewing, or materially revising a repository-owned Copilot agent under `.github/agents/`.
Use when /internal-aws selects the AWS governance lane for IAM operating models, trust policies, federation, permission boundaries, SCPs, tag policies, exception controls, or access guardrails.
Use when /internal-aws selects the AWS Lambda lane for handlers, event sources, runtimes, packaging, retries, concurrency, cold starts, or Lambda-specific configuration.
Use when /internal-aws selects the AWS research lane to retrieve current official AWS documentation, regional availability, service behavior, IAM state, or policy-simulation evidence.
Use when /internal-aws selects the AWS operations lane for monitoring, logging, rollout validation, backup and restore proof, DR evidence, reporting, or audit evidence.
| name | internal-makefile |
| description | Use when editing or reviewing Makefile or .mk syntax, targets, prerequisites, recipes, variables, or static format checks. |
.mk edits where static Make format ownership is the active
concern..PHONY, variables,
and $ versus $$..PHONY.$) from
shell variables ($$).make and make -n are not generic safety boundaries; make -n is only a
preview, so inspect recipes before execution./internal-bash when shell semantics are
the primary concern.Run the bundle-owned static checker with explicit files:
.github/skills/internal-makefile/scripts/check.sh FILE [FILE ...]
The checker returns 0 when checks passed within supported scope, 1 for
format findings, and 2 for usage, dependency, file, or internal failures.
It requires checkmake 0.3.2 and never invokes GNU Make or recipe commands.
Supported checks are parser-backed Makefile rules and configured static
limits. Variable intent, $/$$ behavior, parallelism, order-only
prerequisites, recipe side effects, and domain behavior are unsupported.