Flightcheck Skill
Pre-deployment readiness validation for ESS agents. Runs automated checks against the live environment (licenses, Entra, Power Platform, Workday/ ServiceNow/SAP integrations) and validates extracted agent files on disk. Published by microsoft in Employee-Self-Service-Agent-Developer-Kit.
What is Flightcheck Skill?
Pre-deployment readiness validation for ESS agents. Runs automated checks against the live environment (licenses, Entra, Power Platform, Workday/ ServiceNow/SAP integrations) and validates extracted agent files on disk. Published by microsoft in Employee-Self-Service-Agent-Developer-Kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use Flightcheck Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Employee-Self-Service-Agent-Developer-Kit
- Skill file: solutions/ess-maker-skills/src/skills/flightcheck/SKILL.md
What it does
Pre-deployment readiness validation for ESS agents. Runs automated checks against the live environment (licenses, Entra, Power Platform, Workday/ ServiceNow/SAP integrations) and validates extracted agent files on disk.
Skill instructions
FlightCheck Skill Pre-deployment readiness validation for ESS agents. Runs automated checks against the live environment (licenses, Entra, Power Platform, Workday/ ServiceNow/SAP integrations) and validates extracted agent files on disk. Every Message block is the exact text to show the user. Copy it verbatim. Do not rephrase, add commentary, or tell the user what tools you are calling. --- Start Read .local/config.json to confirm setup is complete and get the agent context. If setup is not complete, show: Message: You need to run /setup first before running a readiness check. End message. Stop here. If setup is complete, proceed. --- Step 1: Ask scope (optional) Use vscodeaskQuestions: json [ { "header": "Scope", "question": "What would you like to check?", "options": [ { "label": "Full check", "description": "All categories — licenses, environment, auth, integrations, agent files, publishing", "recommended": true }, { "label": "Workday only", "description": "Workday connections, flow
Explore related resources
Frequently asked questions
What is Flightcheck?
Flightcheck is a open-source AI agent skill with Copy skill directory. Pre-deployment readiness validation for ESS agents. Runs automated checks against the live environment (licenses, Entra, Power Platform, Workday/ ServiceNow/SAP integrations) and validates extracted agent.
Who is Flightcheck best for?
Flightcheck is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install Flightcheck?
Install or run Flightcheck using Copy skill directory. Check Flightcheck for the latest setup command.
Is Flightcheck actively maintained?
Flightcheck may need a closer maintenance check before production use.
Auto-fetched from GitHub.