Add GitHub control files, full Git reference, and AI prompts for all major frameworks#1
Draft
Add GitHub control files, full Git reference, and AI prompts for all major frameworks#1
Conversation
…rence Co-authored-by: Sajee119 <170867193+Sajee119@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add control file for powerful project prompts
Add GitHub control files, full Git reference, and AI prompts for all major frameworks
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.
Repository was a single-line README. This PR bootstraps it into a usable developer reference hub covering Git/GitHub control, AI-assisted project scaffolding prompts, and standard GitHub repository hygiene files.
New files
PROMPTS.mdComprehensive AI/Copilot prompt library organized by platform and stack:
Each prompt is opinionated and production-oriented — specifying tech choices (ORM, state management, auth library, test framework) rather than leaving them open-ended.
GIT_COMMANDS.mdFull Git CLI reference with VS Code integration notes, GitHub workflow patterns (feature branch, Gitflow, hotfix), and a Conventional Commits cheat sheet.
.github/— Repository control filesPULL_REQUEST_TEMPLATE.mdISSUE_TEMPLATE/bug_report.mdISSUE_TEMPLATE/feature_request.mdISSUE_TEMPLATE/question.mdworkflows/ci.ymlworkflows/deploy.ymlworkflows/security.ymlnpm audit+ Snyk scan with SARIF uploadWorkflow files use
workflow_dispatch-only triggers and are marked as templates — they won't auto-run against this docs-only repo. All jobs have explicitpermissionsblocks (contents: read,security-events: writewhere needed).README.mdUpdated to serve as a navigation hub with a quick-start Git workflow and a table linking to all new files.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.