typescript-codequality-check | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / typescript-codequality-check

typescript-codequality-check

maintained by marigold-ui

star 137 account_tree 11 verified_user MIT License
bolt View GitHub

name: typescript-codequality-check description: Guidance on how to ensure code quality after implementing changes in Typescript files (.ts, .tsx). Use this skill after changing Typescript files, to ensure that your code is well formatted and follows the best practices. allowed-tools: Read, Bash(pnpm lint:), Bash(pnpm format:), Bash(pnpm typecheck)

Typescript Code Quality Checks Skill

This skill provides guidance on how to ensure code quality after implementing changes in Typescript files.

Overview

To ensure consistent code quality in Typescript projects, it is essential to to run code quality checks after implementing changes and new features. The checks performed by this skill are:

  1. Eslint
  2. Prettier
  3. Tsc

It is critical that all checks pass before changes are committed to the git branch.

Workflow

1. **Identify Changed Typescript Files**: Determine which Typescript files have been modified in the current git branch. Relevant files include *ts and *.tsx 2. Run the checks only on those files. 3. If any of those checks fail, fix the issues and start over from step 1.

How to run the tools

All tools must be run via pnpm commands from the project root directory.

pnpm lint pnpm format:fix pnpm typecheck

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 137
GitHub Forks 11
Created Mar 2026
Last Updated il y a 3 mois
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.