add-sample-data Skill
Populates Dataverse tables with sample records for testing and demoing a Power Pages site. Use when the user wants to add sample data, seed data, generate test records, or insert demo data into their tables. Published by microsoft in power-platform-skills.
What is add-sample-data Skill?
Populates Dataverse tables with sample records for testing and demoing a Power Pages site. Use when the user wants to add sample data, seed data, generate test records, or insert demo data into their tables. 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
- Testing
- Data analysis
- Testing use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use add-sample-data Skill
- Use it for testing.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-pages/skills/add-sample-data/SKILL.md
What it does
Populates Dataverse tables with sample records for testing and demoing a Power Pages site. Use when the user wants to add sample data, seed data, generate test records, or insert demo data into their tables.
Skill instructions
Plugin check: Run node "${PLUGINROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding. Add Sample Data Populate Dataverse tables with sample records via OData API so users can test and demo their Power Pages sites. Core Principles - Respect insertion order: Always insert parent/referenced tables before child/referencing tables so lookup IDs are available when needed. - Use TaskCreate/TaskUpdate: Track all progress throughout all phases -- create the todo list upfront with all phases before starting any work. - Fail gracefully: On insertion failure, log the error and continue with remaining records -- never attempt automated rollback. Initial request: $ARGUMENTS --- Phase 1: Verify Prerequisites Goal: Confirm PAC CLI auth, acquire an Azure CLI token, and verify API access Actions: 1. Create todo list with all 6 phases (see Progress Tracking table) 2. Follow the prerequisite steps in ${PLUGINROOT}/references/dataverse-prerequisites.md to verify
Explore related resources
Frequently asked questions
What is add-sample-data?
add-sample-data is a open-source AI agent skill with Copy skill directory. Populates Dataverse tables with sample records for testing and demoing a Power Pages site.
Who is add-sample-data best for?
add-sample-data is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows.
How do I install add-sample-data?
Install or run add-sample-data using Copy skill directory. Check add-sample-data for the latest setup command.
Is add-sample-data actively maintained?
add-sample-data may need a closer maintenance check before production use.
Auto-fetched from GitHub.