AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "IIS-Project-Public — Copilot Instructions" prompt rules to my project. Repository: https://github.com/EyalKotlik/IIS-Project-Public Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Copilot Instructions for IIS-Project-Public
GitHub Copilot Agent Instructions
These instructions guide automated agents (GitHub Copilot, Claude, etc.) when working on this repository.
1. Test Coverage for All Changes
For any new feature or code change: • MUST include new tests or update existing tests • Tests must cover the main functionality and edge cases • Tests must be deterministic (no flaky tests) • Tests must pass before finalizing any PR For bug fixes: • MUST include a regression test when feasible • The regression test should fail on the old code and pass on the fixed code • Document the bug scenario in the test docstring
2. Running Tests
Before finalizing any PR: `bash
Run specific test categories
pytest -m unit # Unit tests only pytest -m integration # Integration tests only pytest -m regression # Regression tests only
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts