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.