Conversation
This is new skill for Copilot agent to work with fabric Lakehouse
There was a problem hiding this comment.
Pull request overview
Adds a new Agent Skill describing Microsoft Fabric Lakehouse concepts and usage patterns, with bundled reference docs to improve Copilot/agent accuracy when generating Lakehouse-related PRDs and code.
Changes:
- Introduces
skills/fabric-lakehouse/SKILL.mdwith core Lakehouse concepts, security, shortcuts, and optimization guidance. - Adds bundled reference docs for Data Factory ingestion patterns and PySpark/Spark SQL examples.
- Registers the new skill in
docs/README.skills.mdfor discoverability.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| skills/fabric-lakehouse/SKILL.md | New Fabric Lakehouse skill definition and guidance with links to bundled references. |
| skills/fabric-lakehouse/references/pyspark.md | PySpark + SQL examples for reading/writing/optimizing Delta tables and common patterns. |
| skills/fabric-lakehouse/references/getdata.md | Data Factory integration overview and common orchestration activities/patterns. |
| docs/README.skills.md | Adds the new skill to the skills index table with bundled assets list. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@tedvilutis did copilot get the changes desired? Only people with access to this repo can trigger with |
|
#sign-off |
Yes |
|
@aaronpowell I've updated pyspark.md as desired by copilot. No outstanding requests. Can this PR be merged? |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated the description to provide clearer context and details about the Fabric Lakehouse skill, including its features and support for users.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This is new skill for Copilot agent to work with fabric Lakehouse
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This is a skill explaining to agents what Fabric Lakehouse is. I'm a product manager of Microsoft Fabric team owning Lakehouse experience. When using Copilot to generate PRD or Code that is related to Lakehouse without this skill you get some discrepancies with the actual product. This skill will let agents to be more accurate when working on fabric Lakehouse.
Type of Contribution
Additional Notes
I'll continue maintaining and updating this skill as Fabric Lakehouse evolves.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.