import-solution Skill
Imports a Dataverse solution zip into a target environment, with optional staged import for dependency checking before committing. Use when asked to: "import solution", "install solution", "deploy solution zip", "push solution to environment", "deploy to staging", "deploy to production", or "install site in new environ Published by microsoft in power-platform-skills.
What is import-solution Skill?
Imports a Dataverse solution zip into a target environment, with optional staged import for dependency checking before committing. Use when asked to: "import solution", "install solution", "deploy solution zip", "push solution to environment", "deploy to staging", "deploy to production", or "install site in new environ Published by microsoft in power-platform-skills. 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 import-solution Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-pages/skills/import-solution/SKILL.md
What it does
Imports a Dataverse solution zip into a target environment, with optional staged import for dependency checking before committing. Use when asked to: "import solution", "install solution", "deploy solution zip", "push solution to environment", "deploy to staging", "deploy to production", or "install site in new environ
Skill instructions
Plugin check: Run node "${PLUGINROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding. import-solution Imports a solution zip into a target Dataverse environment via ImportSolutionAsync. Supports optional staged import via StageSolution to check for missing dependencies before committing. Prerequisites - PAC CLI installed and authenticated to the target environment - Azure CLI installed and logged in - Solution zip file exists on disk (produced by export-solution) Phases Phase 0 — ALM plan gate plan-alm is the front door. When the user expresses an ALM intent (promote / ship / deploy / set up CI-CD / move to staging / push to prod), the orchestrator (/power-pages:plan-alm) should run first. This Phase 0 enforces that and is meant to fail closed when there's no plan, not to be a one-time check the user can dismiss forever. Skip rule. If this skill was invoked as part of an active plan-alm orchestration, skip Phase 0 entirely and proceed to Phas
Explore related resources
Frequently asked questions
What is import-solution?
import-solution is a open-source AI agent skill with Copy skill directory. Imports a Dataverse solution zip into a target environment, with optional staged import for dependency checking before committing.
Who is import-solution best for?
import-solution is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install import-solution?
Install or run import-solution using Copy skill directory. Check import-solution for the latest setup command.
Is import-solution actively maintained?
import-solution may need a closer maintenance check before production use.
Auto-fetched from GitHub.