·code-quality
</>

code-quality

서식 지정, Linting 및 정적 분석을 통해 높은 코드 품질을 유지합니다. Rustfmt, Clippy 또는 화물 감사를 위해 코드 품질 기술과 스크립트를 사용하세요.

16설치·2트렌드·@d-o-hub

설치

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality

code-quality 설치 방법

명령줄에서 code-quality AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: d-o-hub/rust-self-learning-memory.

| Format | cargo fmt --all -- --check | | Lint | cargo clippy --all -- -D warnings | | Audit | cargo audit | | Full | ./scripts/quality-gates.sh | | Coverage | cargo llvm-cov --html --output-dir coverage | | Docs | cargo doc --no-deps |

| Structure | Files <500 LOC, module hierarchy | find . -name ".rs" -exec wc -l {} + | | Error Handling | Custom Error, Result , no unwrap | rg "unwrap()" --glob ".rs" --glob "!/tests/" | | Async Patterns | async fn, spawnblocking, no blocking | rg "async fn\|spawnblocking" --glob ".rs" | | Testing | >90% coverage, integration tests | cargo llvm-cov |

| Documentation | Public APIs 100% documented | cargo doc --no-deps |

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-23
업데이트
2026-03-10

Browse more skills from d-o-hub/rust-self-learning-memory

빠른 답변

code-quality이란?

서식 지정, Linting 및 정적 분석을 통해 높은 코드 품질을 유지합니다. Rustfmt, Clippy 또는 화물 감사를 위해 코드 품질 기술과 스크립트를 사용하세요. 출처: d-o-hub/rust-self-learning-memory.

code-quality 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/d-o-hub/rust-self-learning-memory