Skip to main content
Turns recent shipped work into a set of knowledge base articles. Background task; returns a pending content record.

Arguments

NameTypeDefaultDescription
start_datestring (ISO-8601)7 days agoEarliest commit timestamp to include.
end_datestring (ISO-8601)nowLatest commit timestamp to include.
product_namestringproject nameOverride the product name.

Returns

{ "content_id": "...", "status": "pending" }
Poll list_kb_article_sets / get_kb_article_set once the background task completes.

Example prompts

“Generate KB articles for everything we shipped in March.”
“Take the last 30 days of commits and turn them into how-to articles.”