project-code-standard

Check, enforce, and fix code standards across Python, JavaScript, and TypeScript projects.

38|8|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/yun520-1/mark-heartflow-skill --skill project-code-standard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-code-standard
Source: https://github.com/yun520-1/mark-heartflow-skill/tree/main/skills/project-code-standard
Command: npx skills add https://github.com/yun520-1/mark-heartflow-skill --skill project-code-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ruff, black, pylint, eslint, prettier, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures code quality and consistency across projects, streamlining the process of checking, enforcing, and fixing code standards.

Core Features & Use Cases

  • Code Checking: Identifies and reports on code quality issues.
  • Automated Formatting: Corrects code formatting issues automatically.
  • Code Review Support: Validates code against team standards during Code Review.
  • Use Case: For a Python developer working on a team, this Skill can automatically check and format code, ensuring that all team members adhere to the same standards.

Quick Start

Run the project-code-standard skill to check the code in your current directory.

Frequently Asked Questions about project-code-standard

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

FAQPage Schema
How do I automate code formatting and linting for Python and JavaScript projects?

Automate code formatting and linting by running checks that enforce standards across Python and JavaScript using tools like ruff, black, pylint, eslint, and prettier. This identifies quality issues and automatically corrects formatting to maintain consistency.

What is the best way to enforce team code standards during a code review?

Enforce team code standards during code review by validating code against configured linting and formatting rules. This generates reports on code quality issues, ensuring all team members adhere to the same standards before merging changes.

Does this code quality tool work with both Python and TypeScript?

Yes, this code quality tool works with both Python and TypeScript. It requires ruff, black, or pylint for Python projects, and eslint or prettier for checking, enforcing, and fixing JavaScript and TypeScript code standards.

Do I need to install specific dependencies to check code quality in my repository?

Yes, you need to install specific dependencies to check code quality. You must have ruff, black, pylint, eslint, prettier, or similar tools configured in your environment to support checking and formatting for your specific languages.

How do I generate reports on code quality issues in my current directory?

Generate reports on code quality issues by running the skill in your current project directory. It automatically scans the codebase, identifies formatting and standard violations, and outputs a summary report to streamline code review.