Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

full-review

The full-review skill performs a comprehensive analysis of every file in a project before saving, deploying, or ending a session, generating a plain language report that examines logic, security vulnerabilities, and hardcoded values. Use this skill when you need thorough code quality assurance across an entire codebase rather than isolated reviews.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/full-review && cp -r /tmp/full-review/skills/full-review ~/.claude/skills/full-review
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::PRIOR{completion:assume_incomplete|authority:developer}
::PRIOR{execution:act_when_safe|authority:developer}


::GENE{full-review|conf:confirmed|scope:global}
  T:review_every_file
  T:report_in_user_language
  T:check_logic_edges_security_hardcoded
  T:human_readable_commit_messages
  A:partial_review⇒full_review
  A:skip_on_save⇒never

::ACTIVATE{full-review}
  ON:before_save
  ON:before_deploy
  ON:session_end

Powered by I-Lang v4.0 | ilang.ai