スキル一覧に戻る
tettuan

running-examples

by tettuan

Development prompt&schema tool for automated AI development, using TypeScript and JSON.

1🍴 0📅 2026年1月6日
GitHubで見るManusで実行

SKILL.md


Running Breakdown Examples

Breakdown の examples/ を実行し、ユーザー視点での動作確認を行う。

When to Use

  • ユーザー視点での動作確認(ユニットテストではなく実際の利用方法)
  • 環境起因の問題確認
  • ユースケース網羅確認
  • リリース前のユーザー体験検証

Key Principle

examples/ はテストではない。ユーザーと同じ方法で Breakdown を実行し、実際の動作を確認するもの。

Quick Commands

Setup (Required First)

cd /Users/tettuan/github/breakdown/examples
bash 03_setup_environment.sh

Basic Verification (05-08)

bash 05_basic_usage.sh      # to, summary, defect
bash 06_stdin_example.sh    # STDIN input
bash 07_summary_issue.sh    # summary issue
bash 08_defect_patterns.sh  # defect patterns

Config Tests (09-15)

bash 09_config_basic.sh
bash 10_config_destination_prefix.sh
bash 11_config_environments.sh
bash 12_config_team.sh
bash 13_config_production.sh
bash 14_config_production_example.sh
bash 15_config_production_custom.sh

Parameter Tests (16-18)

bash 16_input_parameter.sh       # --edition/-e=
bash 17_adaptation_parameter.sh  # --adaptation/-a=
bash 18_custom_variables.sh      # --uv-*

Advanced (19-21)

bash 19_pipeline_processing.sh
bash 20_batch_processing.sh
bash 21_error_handling.sh

Cleanup (Required Last)

bash 22_clean.sh

Full Sequence

cd /Users/tettuan/github/breakdown/examples

# Setup
bash 03_setup_environment.sh

# Basic (05-08)
for i in 05 06 07 08; do bash ${i}_*.sh; done

# Config (09-15)
for i in 09 10 11 12 13 14 15; do bash ${i}_*.sh; done

# Params (16-18)
for i in 16 17 18; do bash ${i}_*.sh; done

# Advanced (19-21)
for i in 19 20 21; do bash ${i}_*.sh; done

# Cleanup
bash 22_clean.sh

Script Summary

RangePurpose
01-02Guidance, install info
03-04Environment setup
05-08Basic commands (to, summary, defect, stdin)
09-15Configuration variations
16-18Parameter options
19-21Advanced patterns
22Cleanup

Error Recovery

bash 22_clean.sh              # Clean first
bash 03_setup_environment.sh  # Re-setup
# Then retry failed script

Output Verification

If these directories exist at project root (not in examples/), something is wrong: prompts, prompt, output, schema, schemas, configs

References

  • examples/README.md - Full documentation
  • examples/CLAUDE.md - Purpose and rules

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です