eslint-plugin-copilot Documentation / _internal/copilot-file-kind / CopilotFileKind
Type Alias: CopilotFileKind
type CopilotFileKind =
| "agent-instructions"
| "chatmode"
| "instructions"
| "prompt"
| "repository-hook"
| "repository-instructions"
| "skill";
Defined in: _internal/copilot-file-kind.ts:9
Supported GitHub Copilot repository file categories.