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.