{"id":1638,"date":"2025-09-10T17:52:14","date_gmt":"2025-09-10T17:52:14","guid":{"rendered":"https:\/\/makeaiprompt.com\/blog\/ai-prompt-for-analyzing-employee-sentiment-from-internal-communication\/"},"modified":"2025-09-10T17:52:14","modified_gmt":"2025-09-10T17:52:14","slug":"ai-prompt-for-analyzing-employee-sentiment-from-internal-communication","status":"publish","type":"post","link":"https:\/\/makeaiprompt.com\/blog\/ai-prompt-for-analyzing-employee-sentiment-from-internal-communication\/","title":{"rendered":"AI Prompt for Analyzing Employee Sentiment from Internal Communication"},"content":{"rendered":"<div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div><div style=\"padding:20px;border-radius:8px;margin-bottom:20px;\">\n<h3 style=\"margin-top:0;\">About Prompt<\/h3>\n<ul style=\"list-style: none; padding: 0;\">\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Prompt Type<\/strong> &#8211; Dynamic<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Prompt Platform<\/strong> &#8211; ChatGPT, Grok, Deepseek, Gemini, Copilot, Midjourney, Meta AI and more<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Niche<\/strong> &#8211; Sentiment Analysis<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Language<\/strong> &#8211; English<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Category<\/strong> &#8211; Employee Experience<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Prompt Title<\/strong> &#8211; AI Prompt for Analyzing Employee Sentiment from Internal Communication<\/li>\n<\/ul>\n<\/div>\n<h3 style=\"margin-top:0;\">Prompt Details <\/h3>\n<div id=\"promptContent\">## AI Prompt for Analyzing Employee Sentiment from Internal Communication<\/p>\n<p>**Purpose:** To analyze employee sentiment from internal communication data for enhancing employee experience.<\/p>\n<p>**Prompt Type:** Dynamic<\/p>\n<p>**Platform Compatibility:** All AI Platforms<\/p>\n<p>**Input Data Format:**  Provide the communication data in a structured format.  Each entry should include:<\/p>\n<p>* `timestamp`: Date and time of the communication (ISO 8601 format, e.g., YYYY-MM-DDTHH:mm:ssZ).<br \/>\n* `channel`: Source of the communication (e.g., Slack, email, survey, internal forum).<br \/>\n* `sender_id`: Unique identifier of the sender (e.g., employee ID, anonymized ID).<br \/>\n* `receiver_id`: Unique identifier of the receiver (can be null for broadcasts). This could be an individual or a group\/channel ID.<br \/>\n* `message`: The actual communication content (text).<br \/>\n* `context` (Optional): Additional context such as the subject line of an email or the topic of a forum thread.<\/p>\n<p>**Example Input Data (JSON):**<\/p>\n<p>&#8220;`json<br \/>\n[<br \/>\n  {<br \/>\n    &#8220;timestamp&#8221;: &#8220;2024-07-27T10:00:00Z&#8221;,<br \/>\n    &#8220;channel&#8221;: &#8220;Slack&#8221;,<br \/>\n    &#8220;sender_id&#8221;: &#8220;user123&#8221;,<br \/>\n    &#8220;receiver_id&#8221;: &#8220;channel456&#8221;,<br \/>\n    &#8220;message&#8221;: &#8220;This new project is really exciting! Looking forward to collaborating with everyone.&#8221;,<br \/>\n    &#8220;context&#8221;: &#8220;Project Kickoff Discussion&#8221;<br \/>\n  },<br \/>\n  {<br \/>\n    &#8220;timestamp&#8221;: &#8220;2024-07-27T11:30:00Z&#8221;,<br \/>\n    &#8220;channel&#8221;: &#8220;Email&#8221;,<br \/>\n    &#8220;sender_id&#8221;: &#8220;user456&#8221;,<br \/>\n    &#8220;receiver_id&#8221;: &#8220;user789&#8221;,<br \/>\n    &#8220;message&#8221;: &#8220;I&#8217;m feeling overwhelmed with the current workload. Can we discuss prioritizing tasks?&#8221;,<br \/>\n    &#8220;context&#8221;: &#8220;Project Update Request&#8221;<br \/>\n  }<br \/>\n]<br \/>\n&#8220;`<\/p>\n<p>**Prompt Template:**<\/p>\n<p>&#8220;`<br \/>\nAnalyze the provided employee communication data to understand prevailing sentiment trends.<\/p>\n<p>**Data:**<br \/>\n&#8220;`json<br \/>\n{{input_data}}<br \/>\n&#8220;`<\/p>\n<p>**Instructions:**<\/p>\n<p>1. **Sentiment Classification:** Classify the sentiment expressed in each `message` as one of the following:<br \/>\n    * **Positive:** Expressing optimism, satisfaction, enthusiasm, or gratitude.<br \/>\n    * **Negative:** Expressing frustration, dissatisfaction, concern, anger, or disappointment.<br \/>\n    * **Neutral:** Expressing factual information or lacking clear emotional expression.<\/p>\n<p>2. **Sentiment Score (Optional):** If possible, provide a sentiment score for each message on a scale of -1 (most negative) to +1 (most positive), where 0 represents neutral sentiment.<\/p>\n<p>3. **Trend Analysis:** Identify key sentiment trends over time. Consider factors like:<br \/>\n    * **Changes in overall sentiment:**  Are there noticeable shifts in the average sentiment score over time (e.g., increasing negativity, growing positivity)?<br \/>\n    * **Sentiment by channel:** Are certain communication channels associated with more positive or negative sentiment?<br \/>\n    * **Sentiment by context:** Are there specific topics or projects that are correlated with particular sentiment patterns?<\/p>\n<p>4. **Key Themes and Drivers:**  Extract prominent themes and potential drivers of sentiment.  For example:<br \/>\n    *  Are there recurring keywords or phrases associated with positive or negative sentiment?<br \/>\n    *  Are specific events, projects, or policies mentioned in connection with sentiment shifts?<\/p>\n<p>5. **Actionable Insights:**  Based on the analysis, provide specific and actionable insights for improving employee experience.  Examples include:<br \/>\n    *  Addressing negative sentiment related to specific workloads or processes.<br \/>\n    *  Promoting positive communication practices within specific teams or channels.<br \/>\n    *  Identifying opportunities to improve communication and transparency around specific initiatives.<\/p>\n<p>**Output Format:**<\/p>\n<p>Provide the analysis in a structured format, preferably JSON. Include:<\/p>\n<p>*  `sentiment_summary`: Overall sentiment distribution (e.g., percentage of positive, negative, and neutral messages).<br \/>\n* `sentiment_trends`: Summary of identified trends (e.g., changes over time, by channel, by context).<br \/>\n* `key_themes`: List of prominent themes associated with different sentiments.<br \/>\n* `actionable_insights`:  List of specific and actionable recommendations.<\/p>\n<p>**Example Output (Partial):**<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;sentiment_summary&#8221;: {<br \/>\n    &#8220;positive&#8221;: 45,<br \/>\n    &#8220;negative&#8221;: 25,<br \/>\n    &#8220;neutral&#8221;: 30<br \/>\n  },<br \/>\n  &#8220;sentiment_trends&#8221;: {<br \/>\n    &#8220;overall&#8221;: &#8220;Slight increase in negative sentiment over the past two weeks&#8221;,<br \/>\n    &#8220;by_channel&#8221;: &#8220;Slack messages generally more positive than emails&#8221;,<br \/>\n    &#8220;by_context&#8221;: &#8220;Project X discussions show a significant increase in negative sentiment&#8221;<br \/>\n  },<br \/>\n \/\/ &#8230; other sections<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**Additional Notes:**<\/p>\n<p>* **Customization:**  Adapt this prompt by adding specific keywords, topics, or aspects relevant to your organization&#8217;s context.<br \/>\n* **Data Privacy:** Ensure the input data is anonymized or pseudonymized to protect employee privacy.<br \/>\n* **Iterative Refinement:** Experiment with different phrasing and prompts to optimize the results. You might need to iterate on the prompt based on the quality of the output you are receiving.<\/p>\n<p>This detailed prompt provides a comprehensive framework for analyzing employee sentiment from internal communication.  By following these instructions and adapting the prompt to your specific needs, you can gain valuable insights for enhancing employee experience.<br \/>\n&#8220;`\n<\/p><\/div>\n<div style=\"margin-top: 40px; text-align: center;\"><button class=\"copyPostContent\" id=\"copyPostContent\">\ud83d\udccb Copy Prompt<\/button><\/div>\n<div class=\"ai-buttons\"><a href=\"https:\/\/makeaiprompt.com\">Create Your Own Prompts<\/a><a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\">View All Prompts<\/a><a href=\"https:\/\/makeaiprompt.com\/top-ai-tools\">Top AI Tools<\/a><a href=\"https:\/\/chatgpt.com\/\" target=\"_blank\" rel=\"noopener\">Try on ChatGPT<\/a><a href=\"https:\/\/gemini.google.com\/app\" target=\"_blank\" rel=\"noopener\">Try on Gemini<\/a><a href=\"https:\/\/aistudio.google.com\" target=\"_blank\" rel=\"noopener\">Try on Google AI Studio<\/a><a href=\"https:\/\/grok.com\" target=\"_blank\" rel=\"noopener\">Try on Grok<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>AI Prompt for Analyzing Employee Sentiment from Internal Communication: This detailed prompt provides a comprehensive framework for analyzing employee&#8230;<\/p>\n","protected":false},"author":4,"featured_media":1637,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3,7,5,6,4,26,8,1,25],"tags":[],"class_list":["post-1638","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-chatgpt-prompts","category-copilot-prompts","category-deepseek-prompts","category-gemini-prompts","category-grok-prompts","category-meta-ai-prompts","category-midjourney-prompts","category-prompts","category-veo-prompts"],"jetpack_featured_media_url":"https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication.jpg","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"rttpg_featured_image_url":{"full":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication.jpg",1200,630,false],"landscape":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication.jpg",1200,630,false],"portraits":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication.jpg",1200,630,false],"thumbnail":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication-150x150.jpg",150,150,true],"medium":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication-300x158.jpg",300,158,true],"large":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication-1024x538.jpg",1024,538,true],"1536x1536":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication.jpg",1200,630,false],"2048x2048":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Analyzing-Employee-Sentiment-from-Internal-Communication.jpg",1200,630,false]},"rttpg_author":{"display_name":"AIPrompts","author_link":"https:\/\/makeaiprompt.com\/blog\/author\/aiprompts\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/chatgpt-prompts\/\" rel=\"category tag\">ChatGPT Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/copilot-prompts\/\" rel=\"category tag\">Copilot Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/deepseek-prompts\/\" rel=\"category tag\">Deepseek Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/gemini-prompts\/\" rel=\"category tag\">Gemini Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/grok-prompts\/\" rel=\"category tag\">Grok Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/meta-ai-prompts\/\" rel=\"category tag\">Meta AI Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/midjourney-prompts\/\" rel=\"category tag\">Midjourney Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/\" rel=\"category tag\">Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/veo-prompts\/\" rel=\"category tag\">Veo Prompts<\/a>","rttpg_excerpt":"AI Prompt for Analyzing Employee Sentiment from Internal Communication: This detailed prompt provides a comprehensive framework for analyzing employee...","_links":{"self":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/posts\/1638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/comments?post=1638"}],"version-history":[{"count":0,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/posts\/1638\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/media\/1637"}],"wp:attachment":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/media?parent=1638"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/categories?post=1638"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/tags?post=1638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}