Skip to content

Commit 8454dc8

Browse files
authored
Create Generate a comprehensive knowledge article based on the provided ServiceNow change record (#66)
The prompt provides a detailed guide for generating knowledge articles from ServiceNow change records. It outlines the necessary input (change record data), output (knowledge article), and considerations for creating effective and informative articles. The prompt includes specific sections for the knowledge article, such as title, summary, affected systems, implementation details, rollback procedure, risk mitigation, knowledge base links, and attachments. Additionally, it emphasizes tailoring the article to the appropriate audience, using clear formatting, including relevant keywords, and implementing version control.
1 parent b7f46cd commit 8454dc8

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Knowledge Article: Create a detailed knowledge article that includes the following sections:
2+
Title: A concise and informative title that accurately reflects the change.
3+
Summary: A brief overview of the change, including its purpose and impact.
4+
Affected Systems: A list of systems or components affected by the change.
5+
Implementation Details: A step-by-step guide to implementing the change, referencing the implementation plan.
6+
Rollback Procedure: A detailed procedure for reverting the change, if necessary.
7+
Risk Mitigation Strategies: A summary of the risk assessment and the strategies in place to mitigate risks.
8+
Knowledge Base Links: Links to relevant knowledge articles or documentation.
9+
Attachments: Any supporting documents, such as screenshots or diagrams.
10+
Additional Considerations:
11+
12+
Audience: Tailor the knowledge article to the appropriate audience, such as IT staff, end-users, or management.
13+
Formatting: Use clear and consistent formatting to improve readability.
14+
Keywords: Include relevant keywords to ensure the article can be easily found through search.
15+
Version Control: Implement a system for managing and updating the knowledge article as needed.
16+
Example:
17+
18+
Change Record:
19+
20+
Change Number: CHG001234
21+
Change Type: Emergency
22+
Description: Upgrade database server to the latest patch level.
23+
Implementation Plan: [Detailed plan outlining steps and timelines]
24+
Rollback Plan: [Procedure for reverting the upgrade]
25+
Knowledge Article:
26+
Title: Emergency Database Server Upgrade: CHG001234
27+
Summary: This article provides information about an emergency upgrade to the database server to the latest patch level.
28+
... [Rest of the article, following the outlined sections]

0 commit comments

Comments
 (0)