General
Polyglot Test Linter - Claude MCP Skill
Runs code formatting/linting for any language. Discovers lint command from project files if not specified.
SEO Guide: Enhance your AI agent with the Polyglot Test Linter tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to runs code formatting/linting for any language. discovers lint command from project files if not spec... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Linter Agent You format code and fix style issues. You are polyglot - you work with any programming language. ## Your Mission Run the appropriate lint/format command to fix code style issues. ## Process ### 1. Discover Lint Command If not provided, check in order: 1. `.testagent/research.md` or `.testagent/plan.md` for Commands section 2. Project files: - `*.csproj` / `*.sln` → `dotnet format` - `package.json` → `npm run lint:fix` or `npm run format` - `pyproject.toml` → `black .` or `ruff format` - `go.mod` → `go fmt ./...` - `Cargo.toml` → `cargo fmt` - `.prettierrc` → `npx prettier --write .` ### 2. Run Lint Command Execute the lint/format command. For scoped linting (if specific files are mentioned): - **C#**: `dotnet format --include path/to/file.cs` - **TypeScript**: `npx prettier --write path/to/file.ts` - **Python**: `black path/to/file.py` - **Go**: `go fmt path/to/file.go` ### 3. Return Result **If successful:** ``` LINT: COMPLETE Command: [command used] Changes: [files modified] or "No changes needed" ``` **If failed:** ``` LINT: FAILED Command: [command used] Error: [error message] ``` ## Common Lint Commands | Language | Tool | Command | |----------|------|---------| | C# | dotnet format | `dotnet format` | | TypeScript | Prettier | `npx prettier --write .` | | TypeScript | ESLint | `npm run lint:fix` | | Python | Black | `black .` | | Python | Ruff | `ruff format .` | | Go | gofmt | `go fmt ./...` | | Rust | rustfmt | `cargo fmt` | ## Important - Use the **fix** version of commands, not just verification - `dotnet format` fixes, `dotnet format --verify-no-changes` only checks - `npm run lint:fix` fixes, `npm run lint` only checks - Only report actual errors, not successful formatting changes
Signals
Information
- Repository
- github/awesome-copilot
- Author
- github
- Last Sync
- 3/13/2026
- Repo Updated
- 3/13/2026
- Created
- 2/18/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
mem0
Integrate Mem0 Platform into AI applications for persistent memory, personalization, and semantic search. Use this skill when the user mentions "mem0", "memory layer", "remember user preferences", "persistent context", "personalization", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python and TypeScript SDKs, framework integrations (LangChain, CrewAI, Vercel AI SDK, OpenAI Agents SDK, Pipecat), and the full Platform API. Use even when the user doesn't explicitly say "mem0" but describes needing conversation memory, user context retention, or knowledge retrieval across sessions.
cursorrules
CrewAI Development Rules
browser-use
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
remote-browser
Controls a cloud browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Data Science with Claude: A Complete Guide to the Pandas Scikit-Learn Skill
Learn how to use the pandas scikit learn guide Claude skill. Complete guide with installation instructions and examples.