ワンクリックで
update-readme
Bring README.md's Features and Tech Stack sections up to date with the actual feature modules, libraries, and recent work.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bring README.md's Features and Tech Stack sections up to date with the actual feature modules, libraries, and recent work.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Prepare a release — refresh the README, run all checks, then set the new versionName across all platforms (Android/iOS/desktop) and bump the build number. Stops with changes unstaged; never commits or tags.
Increment the app's build number by 1 — Android versionCode in app/build.gradle.kts and iOS CURRENT_PROJECT_VERSION in iosApp/iosApp.xcodeproj/project.pbxproj. Desktop has no build-number field, so it is unaffected.
Set the app's version name to the given value on all platforms — Android versionName in app/build.gradle.kts, iOS MARKETING_VERSION in iosApp/iosApp.xcodeproj/project.pbxproj, and desktop packageVersion in desktopApp/build.gradle.kts — and bump the build number by 1.
Auto-fix mechanizable style, then run every verification gate (ktlint, detekt, lint, module graph, dependency analysis, mechanical style checks).
| name | update-readme |
| description | Bring README.md's Features and Tech Stack sections up to date with the actual feature modules, libraries, and recent work. |
Keep README.md in sync with what the app actually ships — both the Features
section (against the feature modules) and the Tech Stack section (against the
version catalog) — so the README never goes stale. README only — do not commit.
Steps:
feature/ — this is the source of truth for what features exist.README.md (grouped by user-facing area: Library, Reading, Explore, Book Details, Profile, Settings). Use the Bash tool to run git log since the last release tag/version to see what changed recently.gradle/libs.versions.toml — the source of truth for libraries and their versions. Compare it against the Tech Stack tables in the README. Use the Edit tool to:
Do not create a commit. Do not modify anything outside README.md.