Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .claude/skills/docs-refactor/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: docs-refactor
description: Use this skill for documentation refactoring, architecture rule changes, canonical docs cleanup, AGENTS.md updates, and reference cleanup in the Twix iOS repository.
---

# docs-refactor

Canonical instructions live at `.pi/skills/docs-refactor/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
10 changes: 10 additions & 0 deletions .claude/skills/final-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: final-review
description: Use this skill before opening a PR to run final review, Fastlane CI verification, commit preparation, approved commit execution, and PR draft generation.
---

# final-review

Canonical instructions live at `.pi/skills/final-review/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
10 changes: 10 additions & 0 deletions .claude/skills/fix-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: fix-review
description: Use this skill to apply explicitly approved review-twix findings with minimal diffs, without broad implementation or reinterpretation.
---

# fix-review

Canonical instructions live at `.pi/skills/fix-review/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
10 changes: 10 additions & 0 deletions .claude/skills/review-twix/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: review-twix
description: Use this skill for Twix iOS code, diff, PR, and architecture compliance review. Default behavior is report-only unless edits are explicitly requested.
---

# review-twix

Canonical instructions live at `.pi/skills/review-twix/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
10 changes: 10 additions & 0 deletions .codex/skills/docs-refactor/SKILL.md
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오오 codex까지 스킬 다 만들어줬네 ㅋㅋㅋㅋ
센스 굿

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pi는 테스트로 써보는거라 버릴 수도 있을거 같아서...ㅋㅋ 글고 그냥 문서니까 여기저기서 다 쓸수있는게 좋은듯

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: docs-refactor
description: Use this skill for documentation refactoring, architecture rule changes, canonical docs cleanup, AGENTS.md updates, and reference cleanup in the Twix iOS repository.
---

# docs-refactor

Canonical instructions live at `.pi/skills/docs-refactor/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
10 changes: 10 additions & 0 deletions .codex/skills/final-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: final-review
description: Use this skill before opening a PR to run final review, Fastlane CI verification, commit preparation, approved commit execution, and PR draft generation.
---

# final-review

Canonical instructions live at `.pi/skills/final-review/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
10 changes: 10 additions & 0 deletions .codex/skills/fix-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: fix-review
description: Use this skill to apply explicitly approved review-twix findings with minimal diffs, without broad implementation or reinterpretation.
---

# fix-review

Canonical instructions live at `.pi/skills/fix-review/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
10 changes: 10 additions & 0 deletions .codex/skills/review-twix/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: review-twix
description: Use this skill for Twix iOS code, diff, PR, and architecture compliance review. Default behavior is report-only unless edits are explicitly requested.
---

# review-twix

Canonical instructions live at `.pi/skills/review-twix/SKILL.md`.

When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,7 @@ Icon
Network Trash Folder
Temporary Items
.apdisk
src/SupportingFiles/Booket/GoogleService-Info.plist
src/SupportingFiles/Booket/GoogleService-Info.plist

# Temporary files AI agent uses
.agent/handoff
Loading
Loading