Add comprehensive GitHub Copilot instructions for Reddit bot development#4
Merged
Dashrath-Patel merged 1 commit intomainfrom Aug 8, 2025
Merged
Add comprehensive GitHub Copilot instructions for Reddit bot development#4Dashrath-Patel merged 1 commit intomainfrom
Dashrath-Patel merged 1 commit intomainfrom
Conversation
Copilot
AI
changed the title
[WIP] ✨Set up Copilot instructions
Add comprehensive GitHub Copilot instructions for Reddit bot development
Aug 8, 2025
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.
This PR adds a comprehensive
.github/copilot-instructions.mdfile that provides GitHub Copilot agents with detailed, validated instructions for working with the Reddit bot codebase.Key Features
Exhaustively Validated Commands: Every single command in the instructions has been tested and timed to ensure accuracy. All operations complete quickly (< 30 seconds) with conservative timeout recommendations of 60+ seconds.
Complete Development Workflow: The instructions cover the entire development cycle from fresh clone to production deployment:
Scenario-Based Testing: Includes three complete user workflows for validating changes:
Safety-First Approach: Emphasizes testing in dry-run mode and includes built-in protections like rate limiting, credential validation, and comprehensive error handling.
Structure
The instructions follow an imperative tone as requested and include:
Validation Results
All documented commands were tested in a fresh environment:
The instructions start with a firm directive to "ALWAYS follow these instructions first" and only fallback to search when information is incomplete, exactly as requested.
Fixes #3.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
auth.safetycli.com/usr/bin/python3 /home/REDACTED/.local/bin/safety check(dns block)pyup.io/usr/bin/python3 /home/REDACTED/.local/bin/safety check(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.