feat(skills): add sql-object-impact-analysis skill - #3120
Merged
aaronpowell merged 2 commits intoSep 18, 2026
Merged
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 1 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
aaronpowell
approved these changes
Sep 18, 2026
ulises-jeremias
added a commit
to ulises-jeremias/awesome-copilot
that referenced
this pull request
Sep 18, 2026
…eremias/awesome-copilot into add-v-development-skill * 'add-v-development-skill' of https://github.com/ulises-jeremias/awesome-copilot: Update gh-skills-builder external plugin to v1.1.0 (github#3253) [gem-team] v1.130.0 (github#3243) [external-plugin] Update sumo-logic plugin keywords (github#3217) feat(skills): add sql-object-impact-analysis skill (github#3120) Add external plugin excel-mcp (github#3142)
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
New Skill:
sql-object-impact-analysisThis PR adds the
sql-object-impact-analysisskill to trace downstream and upstream dependencies when modifying or dropping database objects (tables, columns, stored procedures, views, triggers) across SQL schema definitions and application code (C#, TypeScript, etc.).Why is this needed / What is the uplift over vanilla Copilot?
While standard Copilot Chat performs ad-hoc keyword text searches, standard chat responses often:
This skill enforces a structured 5-step dependency audit (SQL Layer -> Application/ORM Layer -> Confidence Classification -> Blast Radius Risk Summary -> Suggested Verification Steps).
Catalog Check
sql-optimization(query performance tuning / execution plans).sql-code-review(security/anti-pattern checks).data-breach-blast-radius(PII exposure).Type of Contribution
Additional Notes
npm startran cleanly and updated the generated README andmarketplace.jsonentries.