A plain-text prompt for LLMs that teaches the essence of elegant coding and testing—save it to ~/.claude/CLAUDE.md.

ai llm prompt-engineering vibe-coding
1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a CI workflow that checks for spelling and grammar errors in the project's README and other relevant text files. This involves selecting a suitable spell-checking tool (e.g., a linter with spell-checking capabilities or a dedicated spell-checking library), integrating it into the existing CI pipeline, and configuring it to analyze the specified text files. The workflow should fail if spelling or grammar errors are detected.

Complexity: 3/5
enhancement help wanted good first issue

A plain-text prompt for LLMs that teaches the essence of elegant coding and testing—save it to ~/.claude/CLAUDE.md.

#ai#llm#prompt-engineering#vibe-coding