ワンクリックで
delete-history
Remove an existing HistoryEntry from data/history/history.ts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Remove an existing HistoryEntry from data/history/history.ts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interactively add a new HistoryEntry to data/history/history.ts. Asks questions in HistoryEntry type property order (name → description → year → approximate → feature → links), validates link URLs, and keeps HISTORIES sorted by year ascending.
Display existing HistoryEntry entries from data/history/history.ts. Supports filtering by year.
Interactively edit an existing HistoryEntry in data/history/history.ts.
Add a new labelled external-link type with a react-icons icon to data/shared/linkIcons.ts. Updates LINK_LABELS, LINK_ICONS, and the import statements.
Interactively add a new Work entry to data/works/works.ts. Asks questions in Work type property order (name → description → tags → year → links), supports new tag creation with similarity check, validates link URLs, and keeps WORKS sorted by year descending.
Remove a link label and its icon from data/shared/linkIcons.ts and all WorkLink arrays in works.ts.
| name | delete-history |
| description | Remove an existing HistoryEntry from data/history/history.ts. |
| user-triggered | true |
Remove an entry from data/history/history.ts.
Read data/history/history.ts.
Output a numbered list of all entries (name + year):
1. Enrolled in Hyogo Prefectural Ono High School (2020-04)
2. Joined Biology Club (2020-06)
…
Output: "Which entry to delete? Enter a number." Wait for reply. If out of range, warn and ask again.
Display the selected entry as a formatted TypeScript object and ask (AskUserQuestion):
"Delete this entry?"["Yes, delete it", "Cancel"]If Cancel, stop without writing.
Read data/history/history.ts again, remove the entry from the HISTORIES array, and write.
Run bun run typecheck.