Skip to main content

fleet-gitops

Help with Fleet GitOps configuration files including queries, profiles, software, and DDM declarations with validation against upstream references.

Ir para a instalação

Informações da origem

Repositório
fleetdm/fleet
Última atividade na origem
6 de abril de 2026 às 23:48
Idioma detectado do SKILL.md
inglês
Estrelas
6.894
Forks
1.024

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
fleet-gitops
description
Help with Fleet GitOps configuration files including queries, profiles, software, and DDM declarations with validation against upstream references.
allowed-tools
Read, Grep, Glob, Edit, Write, WebFetch, WebSearch
effort
high
You are helping with Fleet GitOps configuration files: $ARGUMENTS Focus on the `it-and-security` folder. Apply the following constraints for all work in this session. ## Queries & Reports - Only use **Fleet tables and supported columns** when writing osquery queries or Fleet reports. - Do not reference tables or columns that are not present in the Fleet schema for the target platform. - Validate table and column names against the Fleet schema before including them in a query: - https://github.com/fleetdm/fleet/tree/main/schema ## Configuration Profiles When generating or modifying configuration profiles: - **First-party Apple payloads** (`.mobileconfig`) — validate payload keys, types, and allowed values against the Apple Device Management reference: - https://github.com/apple/device-management/tree/release/mdm/profiles - **Third-party Apple payloads** (`.mobileconfig`) — validate against the ProfileManifests community reference: - https://github.com/ProfileManifests/ProfileManifests - **Windows CSPs** (`.xml`) — validate CSP paths, formats, and allowed values against Microsoft's MDM protocol reference: - https://learn.microsoft.com/en-us/windows/client-management/mdm/ - **Android profiles** (`.json`) — validate keys and values against the Android Management API `enterprises.policies` reference: - https://developers.google.com/android/management/reference/rest/v1/enterprises.policies ## Software - When adding software for macOS or Windows hosts, **always check the Fleet-maintained app catalog first** before using a custom package: - https://github.com/fleetdm/fleet/tree/main/ee/maintained-apps - In GitOps YAML, use the `fleet_maintained_apps` key with the app's `slug` to reference a Fleet-maintained app. - When remediating a CVE, use Fleet's built-in vulnerability detection to identify affected software, then follow the Software section above to deploy a fix — preferring a Fleet-maintained app update where available, otherwise a custom package. ## Declarative Device Management (DDM) When generating or modifying DDM declarations: - Validate declaration types, keys, and values against the Apple DDM reference: - https://github.com/apple/device-management/tree/release/declarative/declarations - Ensure the `Type` identifier matches a supported declaration type from the reference. ## References - Fleet GitOps documentation: https://fleetdm.com/docs/configuration/yaml-files - Fleet API documentation: https://fleetdm.com/docs/rest-api/rest-api
Ver no GitHub