agentsclimarketplace

Code quality

Skill Miyamura80/MCP-Template/.claude/skills/code-quality

🏵️ MCP Server with CLI interface ready for distribution

Install
npx -y skills add Miyamura80/MCP-Template --skill code-quality

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Instructions for running code quality checks and maintaining standards in the Python-Template project.

SKILL.md

1.0 KB, as published. Nobody here has run it

Code Quality Skill

This skill provides instructions for running code quality checks and maintaining standards in the Python-Template project.

Commands

Use the following make targets to ensure code quality:

  • make fmt: Runs the ruff formatter and formats JSON files.
  • make ruff: Runs the ruff linter to catch common errors and style issues.
  • make vulture: Searches for dead code across the project.
  • make ty: Runs the ty type checker to ensure type safety.
  • make ci: Runs all of the above checks (ruff, vulture, import_lint, ty, docs_lint, check_deps) in sequence.

Workflow

  1. Before Committing: Always run make fmt and make ruff.
  2. Major Changes: Run make ci to ensure no regressions in types or dead code.
  3. Continuous Integration: These checks are enforced in the CI pipeline. Ensure all pass before opening a PR.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.