review

Solid

Multi-agent code review for Rust CLI/TUI. UX Review 비활성 (터미널 UI — 웹 프론트엔드 없음). Code Review만 실행. Rust/clippy 특화 체크리스트 포함.

AI & Automation 151 stars 12 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
74
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Review (toktrack override) 글로벌 `/review` 멀티-에이전트 패턴을 따르되, 다음을 override: ## Override: UX Review 비활성 이 프로젝트는 터미널 TUI 앱 — **UX Review Agent를 실행하지 않는다.** Code Review Agent만 단독 실행. ## Override: Code Review 체크리스트 확장 글로벌 체크리스트에 더해, Code Review Agent 프롬프트에 다음을 추가: ### Rust 전용 | Category | Items | |----------|-------| | Safety | `unsafe` 사용 최소화, 정당한 사유 주석 | | Ownership | 불필요한 `.clone()`, `to_string()`, `to_owned()` | | Error | `anyhow`/`thiserror` 패턴 일관성, `unwrap()` 금지 (테스트 제외) | | Performance | 불필요한 allocation, `Vec` vs iterator chain, `Box<dyn>` vs generic | | SIMD | simd-json 파싱 경로에서 fallback 분기 확인 | | Concurrency | rayon 병렬 경로에서 shared mutable state 확인 | ### TUI 전용 | Category | Items | |----------|-------| | Widget | ratatui `Widget` trait 구현 일관성 | | Theme | `theme.rs` 시맨틱 컬러 사용 (하드코딩 색상 금지) | | Layout | 터미널 리사이즈 대응 (`Rect` 경계 검사) | | Input | 키보드 이벤트 핸들링 누락 (help에 등록된 단축키 vs 실제 핸들러) | ### Clippy/Fmt 사전 검증 Code Review Agent는 리뷰 전에 다음을 확인: ```bash cargo fmt --check cargo clippy --all-targets --all-features -- -D warnings ``` clippy 경고가 있으면 리뷰 시작 전 FAIL 처리 (verify에서 잡혔어야 함). ## Execution 1. Collect context (diff, conventions, architecture, Sprint Contract) 2. Launch **Code Review Agent only** (feature-dev:code-reviewer) - 글로벌 `agents/code-review.md` 프롬프트 + 위 Rust/TUI 체크리스트 append 3. Parse verdict → PASS → /wrap, FAIL → fix → /verify → re-review ## Rules - UX Review Agent 실행 금지 (TUI 프로젝트) - PASS → /wrap 즉시 실행 - FAIL → fix → /verify → re-review (max 3)

Details

Author
mag123c
Repository
mag123c/toktrack
Created
4 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

tfx-review

코드 리뷰가 필요할 때 사용한다. 'review', '리뷰해줘', '코드 봐줘', '이거 괜찮아?', 'PR 리뷰', '변경사항 확인', '꼼꼼히 리뷰', 'deep review', '심층 리뷰', '보안까지 리뷰', '다각도 리뷰' 같은 요청에 반드시 사용. 기본값은 3-CLI 합의 딥 리뷰. 빠른 단일 CLI 리뷰는 --quick 파라미터.

7 Updated today
tellang
Code & Development Listed

review

Run a comprehensive multi-perspective code review on recent changes. Also triggers on 'is this secure?', 'security review', 'check for vulnerabilities', 'could this be exploited?' for security-focused review.

0 Updated today
lethilu4796
Code & Development Listed

auto-code-review

AI 자동 코드 리뷰 — git diff 기반 변경사항 분석, 보안 취약점, 성능 이슈, 코드 스타일 검사. Ralph Loop 리뷰와 연동.

2 Updated yesterday
U2SY26
Code & Development Listed

tfx-review

코드 리뷰가 필요할 때 사용한다. 'review', '리뷰해줘', '코드 봐줘', '이거 괜찮아?', 'PR 리뷰', '변경사항 확인' 같은 요청에 반드시 사용. git diff, 특정 파일, 또는 최근 변경에 대한 빠른 피드백이 필요할 때 적극 활용. 코드 변경사항 확인, '이거 문제 없어?', 'looks good?', 'LGTM?', '머지해도 될까' 같은 요청에도 적극 활용. 꼼꼼한 심층 리뷰는 tfx-deep-review를 사용.

0 Updated today
genusarvicolabathos238
Code & Development Listed

code-review

Multi-agent code review with parallel specialized reviewers, architecture validation, and challenge validation. Use `rq` to request a review of diffs (defaults to main branch), `rs` to respond to review findings. Triggers on "review this", "review my code", "code review", "check for bugs", "audit this", when examining PRs, pull requests, branches, or diffs. Always asks user before applying fixes.

28 Updated 1 weeks ago
martinffx