line-limit
SolidEnforce file line count limits (200 recommended, 300 max) for CODE IMPLEMENTATION files only. Use this when reviewing code, creating files, or when files exceed line limits and need modularization.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- aiskillstore
- Repository
- aiskillstore/marketplace
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
file-granularity-audit
source/rules/common/file-granularity.md の「300/500 行ルール」を全プロジェクトに適用し、超過ファイルの分割候補を提示する。月次運用 or リファクタ前 health check として `/skill file-granularity-audit` で起動。
modularity
This skill should be used when designing, planning, implementing, or reviewing any non-trivial change, or when the user asks to "split this file", "decouple X from Y", "refactor into modules" — enforces small, focused modules so any change fits in context without compaction
code-review
【代码审查】对代码变更进行多维度审查,输出结构化审查报告。检查正确性、安全性、性能、可维护性、测试覆盖。 触发时机: - 用户要求"review代码"、"审查代码"、"检查代码质量" - PR 提交前的代码自查 - 学习代码审查方法论 与 wo-yao-yan-pai 的区别:wo-yao-yan-pai 是迭代式审查+自动修复循环,本技能专注于单次深度审查报告。
lint-rules
拡張子別リンター・フォーマッターのコマンド対応表と型チェックルール。他スキルから参照される。
lint-and-validate
MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.