self-improve-checklist

Applies a deterministic self-improvement checklist to code-writing tasks.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill self-improve-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-improve-checklist
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/self-improve-checklist
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill self-improve-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

코드 작성 후 품질 점검과 개선을 위한 일관된 체크리스트를 제공합니다.

Core Features & Use Cases

  • 체크리스트 기반 품질 점검: 코드 작성 후 일관된 자기 점검 절차를 적용합니다.
  • SSOT 소스 파일 연동: 핵심 원본 파일(.claude/commands/self-improve-checklist.md)을 기반으로 절차를 실행합니다.

Quick Start

Run the self-improve-checklist against your latest code commit to perform the standard self-review.

Frequently Asked Questions about self-improve-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a code review checklist before deployment?

A self-improvement checklist enforces consistency and quality by applying a deterministic review procedure to your code commits before deployment, ensuring clean code standards are met.

What is a self-improvement checklist for clean code?

A self-improvement checklist for clean code is a deterministic quality assurance procedure applied during post-commit reviews, before deployments, and in daily coding sessions to enforce consistent development workflow standards.

How do I automate code quality assurance for daily coding sessions?

You automate code quality assurance by integrating a checklist-based procedure into your daily coding sessions, which executes a source-of-truth file to perform standard self-reviews on committed code.

Do I need a specific source file to apply a code review checklist?

Yes, applying the code review checklist requires reading the source of truth file at .claude/commands/self-improve-checklist.md and executing its procedures exactly to maintain quality assurance.

Can I customize the checklist procedure for my development workflow?

Yes, you can customize the checklist procedure by providing optional user arguments, while the core quality assurance process adapts around the deterministic base file procedures.

What are the limitations of using a deterministic checklist for code review?

A deterministic checklist limits code review to predefined quality assurance procedures, meaning it enforces consistency but may not catch complex context-specific logical flaws outside its standard scope.