feat: add lfx-snowflake-access skill for Snowflake access requests#9
Merged
feat: add lfx-snowflake-access skill for Snowflake access requests#9
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new documentation-driven skill to guide Linux Foundation staff through requesting Snowflake access via the lfx-snowflake-terraform workflow, plus repo-wide Markdown lint configuration and a docs license.
Changes:
- Introduces the new Snowflake access request skill documentation and step-by-step flow for user vs service-account requests.
- Adds a
.markdownlint.jsonconfiguration to standardize Markdown linting. - Adds a dedicated Creative Commons license file for documentation (
LICENSE-docs).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
lfx-snowflake-access/SKILL.md |
New skill content covering data collection, role guidance, HCL generation instructions, PR submission guidance, and post-merge login/CLI setup. |
.markdownlint.json |
Adds markdownlint rules for consistent Markdown formatting. |
LICENSE-docs |
Adds CC BY 4.0 license text intended for documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
2a8dfa7 to
3a9a58d
Compare
Adds a new skill to guide users through requesting Snowflake access at the Linux Foundation. Handles both individual user access (users.tf) and service account creation (service_accounts.tf) in the lfx-snowflake-terraform repo. - Collects required details, generates Terraform HCL blocks, and walks users through the PR submission process - Includes role guide mapping teams/functions to recommended Snowflake roles - Covers post-merge login, Okta SSO setup, and RSA keypair setup for CLI users - Non-technical framing throughout: plain-English language guidance for product owners, leadership, marketing, and other non-engineering audiences - Adds .markdownlint.json and LICENSE-docs for repo standards Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: David Deal <ddeal@linuxfoundation.org>
3a9a58d to
d89f474
Compare
AlanSherman
reviewed
Mar 19, 2026
updated note for `DATA_DEV` updated note for `DBT_TRANSFORM_DEV` excluded: `DB_HUBSPOT_INGEST_RO` | Read-only access to HubSpot ingested raw data `DB_STRIPE_INGEST_RO` | Read-only access to Stripe ingested raw data `DB_RAW_RW` | Read/write access to raw data schemas Signed-off-by: David Deal <ddeal@linuxfoundation.org>
AlanSherman
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/lfx-snowflake-accessskill to guide users through requesting Snowflake access at the Linux Foundationusers.tf) and service account creation (service_accounts.tf) in thelfx-snowflake-terraformrepoChanges
lfx-snowflake-access/SKILL.md— new skill.markdownlint.json— markdown lint config for the repoLICENSE-docs— Creative Commons license for documentationTest plan
markdownlint— confirm zero errors🤖 Generated with Claude Code