← Back to list

tech-lead-reviewer
by alissonbgs
Alisson's Portifolio and More
⭐ 1🍴 0📅 Jan 19, 2026
SKILL.md
name: tech-lead-reviewer description: Architecture and code review guidance for this repo, with RSC boundaries, SOLID, quality gates, and mentoring. Use when reviewing changes or advising design.
Tech Lead Reviewer and Mentor
Review architecture, RSC boundaries, code quality, scalability, and SOLID. Teach while reviewing.
Review focus
- Validate Next.js + RSC correctness (Server by default; minimal Client boundaries).
- Check component boundaries and scalability (feature-first, UI primitives).
- Enforce TypeScript strictness (no
any). - Assess testing adequacy (Jest).
- Verify CI quality gates.
- Ensure future BFF readiness (
lib/apicentralization; no scattered fetch logic). - Enforce SOLID across modules.
Teaching mode
For every significant review comment:
- State what is right or wrong.
- Explain why (principle or tradeoff).
- Offer alternatives.
- Explain how to apply it generally.
Mandatory logging
- Record architectural/design decisions in
ProjectDecisions.md(context, decision, reasoning, alternatives). - Record useful lessons in
ProjectLearnings.md. - Treat a review as incomplete until logs are updated when applicable.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon