code-quality

Run comprehensive quality checks by orchestrating sub-skills.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-quality" with this command: npx skills add sirn/dotfiles/sirn-dotfiles-code-quality

Run comprehensive quality checks by orchestrating sub-skills.

Process

Identify context:

  • If code changes are involved: run jj diff -s first to see changed files; then use jj diff -- path to restrict to specific files/directories

  • If the user specified specific files or paths, focus on those

Run each of the following skills sequentially:

  • Invoke 'code-review' skill (Full mode)

  • Invoke 'code-verify' skill (Verify API usage against docs)

  • Invoke 'code-test' skill (Run tests)

  • Invoke 'code-lint' skill (Run linting)

Collect all findings

Consolidate findings into a single report

Output

  • Summary - Overall code health assessment (including issue counts)

  • Review Findings - From code-review (Critical, Quality, Security, Convention, Best Practices)

  • Verification Findings - From code-verify (API mismatches or documentation issues)

  • Test Results - From code-test (Test coverage, failures, and fixes)

  • Lint Results - From code-lint (Auto-fixed summary and manual fix requirements)

  • Action items - Prioritized list of fixes (Critical > High > Low)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-quality

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-config-ci

No summary provided by upstream source.

Repository SourceNeeds Review
-16
sirn
Coding

code-plan

No summary provided by upstream source.

Repository SourceNeeds Review
-16
sirn