tapps-score

Score Python files across seven quality categories and output prioritized improvements.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/wtthornton/tapps-brain --skill tapps-score
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tapps-score
Source: https://github.com/wtthornton/tapps-brain/tree/main/.claude/skills/tapps-score
Command: npx skills add https://github.com/wtthornton/tapps-brain --skill tapps-score

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scores Python files across seven quality categories to surface code health.

Core Features & Use Cases

  • Automated Scorecard: Generates a seven-category quality score across Python code, highlighting top issues per category.
  • Guided Improvement: Suggests concrete, high-impact changes to raise overall score.
  • Use Case: A developer runs the skill on a module to obtain a clear quality report and a prioritized fix list.

Quick Start

Provide the path to a Python file to receive a seven-category quality score and a prioritized improvement report.

Frequently Asked Questions about tapps-score

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I score Python code quality across multiple categories?

To score Python code quality, provide a file path to generate a seven-category scorecard that highlights top issues and suggests prioritized improvements. It evaluates code health by applying static analysis to surface specific metrics within your development workflow.

What is the best way to automate Python code review metrics for refactoring?

Automating Python code review metrics involves running a static analysis scorecard on single files or modules to surface code health. This generates a category-by-category table with top issues and a prioritized fix list to guide refactoring efforts.

Does this code quality scoring tool work on single files and modules?

Yes, this code quality scoring tool works on both single Python files and modules. It outputs a detailed breakdown of seven quality categories, making it suitable for QA checks and targeted refactoring planning.

How do I get a detailed breakdown of Python static analysis issues?

You get a detailed breakdown of Python static analysis issues by running the score evaluation, which outputs a category-by-category table. This table highlights the top issues found and provides a high-impact, prioritized suggestion to raise the overall score.

Can I use quality metrics scoring for QA checks during development?

Yes, you can use quality metrics scoring for QA checks during development. It applies static analysis to Python files, generating a clear quality report and a prioritized improvement list to ensure code health before merges.