بنقرة واحدة
todo
help update the content of world66 in batches. invoke when the user asks you to help with a to do item
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
help update the content of world66 in batches. invoke when the user asks you to help with a to do item
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | todo |
| description | help update the content of world66 in batches. invoke when the user asks you to help with a to do item |
| argument-hint | <task-name> |
If no task name is provided, list the available tasks by looking at subdirectories of todo/. Show the task name, a one-line summary from TASK.md, and how many shards remain. Let the user pick one.
If a task name is provided, pick up a random shard from todo/$ARGUMENTS/ and process it. These tasks are typically about updating the content in content/, so make sure you understand the task at hand in terms of folder structure. Read CLAUDE.md, STYLE.md, and any other docs referenced by TASK.md before starting.
Check prerequisites
gh (GitHub CLI) is installed. If not, install it with brew install gh.main branch. If not, stash or commit first.Pick a shard
todo/$ARGUMENTS/ for .txt batch files.Check for existing PRs
todo-$ARGUMENTS-<shard> (e.g., todo-country_cleanup-batch_00).gh pr list --state all --search "todo-$ARGUMENTS-<shard>" to check if a PR already exists (open or merged).Create a branch
git checkout -b todo-$ARGUMENTS-<shard>Read the task description
todo/$ARGUMENTS/TASK.md to understand what needs to be done for each item.Process each item in the shard
python3 tools/mark_done.py $ARGUMENTS <path/to/page.md>
This adds <task>: <today> to the done: dict in the frontmatter. Run it
on the main location/country file for the item (the top-level .md, not
each section/POI). Stage the change as part of the same item commit.Delete the shard file
Push and create a PR
git push -u origin todo-$ARGUMENTS-<shard>gh pr create:
todo-$ARGUMENTS-<shard>http://127.0.0.1:8066/review?branch=todo-$ARGUMENTS-<shard>find and assign copyright-free photos to world66 content pages. invoke when the user asks to find, search, or add images/photos to destinations, cities, or content pages
search Wikipedia for geotagged articles near a location and create POIs from the results. invoke when the user wants to find new points of interest for a city using Wikipedia