Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

full-review

Full project review from beginning. Check every file. Plain language report.

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