home/writing/copilot-instructions-219

Copilot Instructions

GPTClaudeGemini··303 copies·updated 2026-07-14
copilot-instructions-219.prompt
# GitHub Copilot Instructions — PromptLint

**Author:** Venkataraman Guruswamy  
**Version:** 1.0  
**Date:** April 16, 2026

> Read this file before generating any code for this project.

---

## What This Project Is

PromptLint is a **static linter for LLM prompts**, inspired by ESLint. It analyzes prompt files using deterministic rules and reports diagnostics with severity levels.

**The single most important constraint:** Zero LLM calls. Zero network calls. Everything is deterministic regex and string heuristics.

---

## Project Structure

when to use it

Community prompt sourced from the open-source GitHub repo venkraam/myPromptLint (MIT). A "Copilot Instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

venkraam/myPromptLint · MIT