Skip to content

Add GitHub control files, full Git reference, and AI prompts for all major frameworks#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/create-control-file-for-prompts
Draft

Add GitHub control files, full Git reference, and AI prompts for all major frameworks#1
Copilot wants to merge 2 commits intomainfrom
copilot/create-control-file-for-prompts

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 19, 2026

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.md

Comprehensive AI/Copilot prompt library organized by platform and stack:

  • Web frontend: React 18, Next.js 14 (App Router), Vue 3, Angular 17, SvelteKit
  • Web backend: Node.js/Express, Django, FastAPI, Spring Boot, Laravel, Rails
  • Mobile: React Native (Expo Router), Flutter, SwiftUI, Jetpack Compose
  • Desktop: Electron, Tauri, PyQt6
  • Cross-cutting: auth flows, Docker/K8s deployment, CI/CD, testing, accessibility/performance

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.md

Full Git CLI reference with VS Code integration notes, GitHub workflow patterns (feature branch, Gitflow, hotfix), and a Conventional Commits cheat sheet.

.github/ — Repository control files

File Purpose
PULL_REQUEST_TEMPLATE.md PR checklist (type, testing, docs, breaking changes)
ISSUE_TEMPLATE/bug_report.md Structured bug report with env details
ISSUE_TEMPLATE/feature_request.md Feature request with acceptance criteria
ISSUE_TEMPLATE/question.md Help/question template
workflows/ci.yml Lint → type-check → test → build pipeline template
workflows/deploy.yml Docker build + push + Slack notify on tag/manual trigger
workflows/security.yml Weekly npm audit + Snyk scan with SARIF upload

Workflow files use workflow_dispatch-only triggers and are marked as templates — they won't auto-run against this docs-only repo. All jobs have explicit permissions blocks (contents: read, security-events: write where needed).

README.md

Updated to serve as a navigation hub with a quick-start Git workflow and a table linking to all new files.

Original prompt

Create a file to control full git hub and add all powerfull prompts to make projects in all frameworks, its for website, software, and mobile applications


💡 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.

…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
Copilot AI requested a review from Sajee119 March 19, 2026 06:43
Copy link
Copy Markdown
Owner

@Sajee119 Sajee119 left a comment

Choose a reason for hiding this comment

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

approve

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.

2 participants