do-best

Run a three-agent pipeline to validate changed files and report CRITICAL, WARNING, and IMPROVE findings.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/leessju/claude-skills --skill do-best
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-best
Source: https://github.com/leessju/claude-skills/tree/main/do-best
Command: npx skills add https://github.com/leessju/claude-skills --skill do-best

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

작업 완료 후 최선의 상태를 자동으로 검증하고 에러/버그 및 개선점을 능동적으로 찾아 수정하는 검증 스킬입니다.

Core Features & Use Cases

  • 변경 파일을 식별하고 A/B/C의 병렬 검증 파이프라인을 실행하여 품질을 점검합니다.
  • 결과를 CRITICAL, WARNING, IMPROVE로 분류하고 구체적 개선안을 제시합니다.
  • 팀 협업의 품질 보장을 위한 종합 리포트를 생성합니다.

Quick Start

마지막 커밋에서 변경된 파일들에 대해 do-best 파이프라인을 실행하여 검증을 시작합니다.

Frequently Asked Questions about do-best

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

FAQPage Schema
How do I automate code review and validation after completing a software task?

Post-task validation requires a 1-step pipeline that executes three parallel agents: a code-reviewer, a verifier, and an architect. These agents concurrently analyze your latest changes to identify errors and propose concrete fixes.

How does automated change verification classify code quality issues?

Automated change verification classifies quality issues into CRITICAL, WARNING, and IMPROVE categories. This classification prioritizes bug fixes and generates a comprehensive report highlighting concrete improvement opportunities.

Can I run automated quality assurance on files changed in my latest commit?

Yes, automated quality assurance runs directly on files changed in your latest commit. The pipeline identifies modified files and executes parallel verification agents to ensure quality before task handoff.

What is the best way to find improvement opportunities in modified code files?

Running a post-task validation pipeline is the best way to find improvement opportunities in modified code. It uses parallel agents to review changes and reports concrete suggestions categorized by severity.

Do I need a specific pipeline setup to verify code changes automatically?

You need a 1-step pipeline configured to run three parallel agents for change verification. This setup executes the code-reviewer, verifier, and architect agents to validate your latest task completion.