Skip to content

Conversation

@MiguelElGallo
Copy link

Pull Request Checklist

  • [X ] I have read and followed the CONTRIBUTING.md guidelines.
  • [ X] My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

A new skill to generate Snowflake semantics views. Also enhanced CONTRIBUTING.md for a section about Skills.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify): Skill

Additional Notes

All validations passed:

> [email protected] skill:validate
> node ./eng/validate-skills.mjs

Validating 2 skill folder(s)...

Validating snowflake-semanticview...
✅ snowflake-semanticview is valid

Validating webapp-testing...
✅ webapp-testing is valid

✅ All 2 skills are valid

🎉 Skill validation passed


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings December 23, 2025 09:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new skill for creating and validating Snowflake semantic views using the Snowflake CLI, along with enhanced documentation for contributing skills to the repository.

  • Adds a comprehensive snowflake-semanticview skill with workflow, validation patterns, and CLI examples
  • Enhances CONTRIBUTING.md with a dedicated "Adding Skills" section
  • Updates the skills documentation table with the new skill entry

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
skills/snowflake-semanticview/SKILL.md New skill definition with front matter, setup instructions, workflow steps, and validation requirements for Snowflake semantic views
CONTRIBUTING.md Adds a new "Adding Skills" section with step-by-step instructions for creating, validating, and documenting skills
docs/README.skills.md Adds table entry for the new snowflake-semanticview skill with description and bundled assets information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant