{"skill":{"slug":"gmail-draft-update-subject","displayName":"Gmail Draft Update Subject","summary":"Atomic node skill to update the subject of an existing Gmail draft.","description":"---\nname: Gmail Draft Update Subject\ndescription: Atomic node skill to update the subject of an existing Gmail draft.\nos: all\nrequires:\n  bins:\n    - gog\n---\n## Lean Philosophy (Principles)\n- **Kaizen (改善):** This skill is an atomic node, strictly limited to updating the subject of a draft, preventing complex multi-field string constructions.\n- **Standardized Work (Hyojun Sagyo):** This node represents the most efficient, standardized path for this specific task before automation.\n- **Jidoka (自働化):** This node includes autonomous defect detection.\n\n# Gmail Draft Update Subject\n\nThis skill allows the agent to update the subject of an existing Gmail draft using the native CLI.\n\n## Cognitive Directives\nWHEN [The subject of a Gmail draft needs to be set or updated]\nTHEN [Execute the native terminal command `gog gmail drafts update <draftId> --subject \"...\" --json`]\n\n## Schema Example\n```json\n{\n  \"command\": \"gog gmail drafts update draft_id_123 --subject \\\"Invoice\\\" --json\"\n}\n```\n\n## Jidoka Validation Loop\n1. Try: Execute the command.\n2. Evaluate: Check the JSON response to confirm the subject was updated.\n3. Correct/Fail: If it failed or hallucinated parameters, retry up to 3 times (max_retries=3).\n4. Proceed: Return the confirmation.\n\n## Expected Output\nA JSON object confirming the draft was updated.\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":359,"installsAllTime":1,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1777335330712,"updatedAt":1778492776923},"latestVersion":{"version":"1.0.0","createdAt":1777335330712,"changelog":"- Initial release of the Gmail Draft Update Subject skill.\n- Enables updating the subject line of an existing Gmail draft via the native CLI.\n- Supports autonomous defect detection with a validation and retry loop (up to 3 times).\n- Delivers standardized commands and confirmation output in JSON format.","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"zvirb","userId":"s178ycq6n64frv7zswtx5rvyfd85kc2g","displayName":"zvirb","image":"https://avatars.githubusercontent.com/u/130008533?v=4"},"moderation":null}