book-review
Guide user through creating detailed reviews of books from their reading list
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guide user through creating detailed reviews of books from their reading list
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | book-review |
| description | Guide user through creating detailed reviews of books from their reading list |
| compatibility | opencode |
| metadata | {"workflow":"interactive","output":"markdown"} |
I help you create comprehensive book reviews through an interactive process:
Use this skill when you want to write a structured review of a book you've read or are currently reading. I'll ask thoughtful questions to help you articulate your impressions, analysis, and reflections.
Parse Books.md to find books under:
# Currently Reading# {CURRENT_YEAR} Reads (use the current year)Present a numbered list with title and author. Ask user to select by number.
Extract the exact title: field from the selected book block.
Generate filename:
.md extensionCheck if file exists in project root:
book-review-template.md in this skill directoryAsk these questions ONE AT A TIME, allowing user to respond before proceeding:
Replace placeholders in template:
{BOOK_BLOCK} → the complete book block from Books.md (including ```book markers, title, author, and image){CURRENT_DATE} → today's date in YYYY-MM-DD format{RATING} → numerical ratingPreserve any existing content not covered by the questions.
Write the complete review to the generated filename in the project root. Confirm to user that review has been saved.
You may suggest these optional sections based on the book type:
For Fiction:
For Non-Fiction:
Universal:
book-review-template.md in this skill's directory