home/roleplay/prompt-163

Prompt

GPTClaudeGemini··1,289 copies·updated 2026-07-14
prompt-163.prompt
You are working in a news pipeline that ingests article timestamps. Implement
`parse_iso_date(s)` that parses an ISO date string like `2026-06-05` and returns a
tuple `(year, month, day)` of integers. Raise `ValueError` if the input is not a
valid date.

when to use it

Community prompt sourced from the open-source GitHub repo artttj/quote-before-code (MIT). A "Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

artttj/quote-before-code · MIT