change for perf checker skill - #470
Conversation
|
poojalnu please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
1 similar comment
|
poojalnu please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
Adds a new Power Pages performance checker skill (/perf-checker) to the power-pages plugin, including a deterministic static analyzer, report integration, validation hook, and accompanying documentation/tests.
Changes:
- Introduces the
perf-checkerskill workflow plus a rule catalog reference for findings/tags and auto-fix actions. - Adds
analyze-perf.js(static analyzer) andvalidate-perf-checker.js(post-run report validation), with unit/integration tests. - Integrates performance results into the shared HTML report pipeline (
build-review-data.js), and updates plugin docs/catalogs accordingly.
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/power-pages/skills/perf-checker/SKILL.md | New perf-checker skill workflow definition and phases (scan → present → optional fixes → report). |
| plugins/power-pages/skills/perf-checker/scripts/validate-perf-checker.js | Adds a validation hook to detect clearly-broken perf report renders. |
| plugins/power-pages/skills/perf-checker/scripts/analyze-perf.js | Adds the deterministic static analyzer that emits findings for the shared report pipeline. |
| plugins/power-pages/skills/perf-checker/references/perf-reference.md | Documents the analyzer’s rule catalog, severities, tags, and auto-fix actions. |
| plugins/power-pages/scripts/tests/validate-perf-checker.test.js | Tests validator behavior (approve/block, newest report selection, classic vs enhanced layouts). |
| plugins/power-pages/scripts/tests/build-review-data.test.js | Updates SECTION_MAP test coverage to include perf-checker.json. |
| plugins/power-pages/scripts/tests/analyze-perf.test.js | Adds unit/integration tests for analyzer rules and output envelope behavior. |
| plugins/power-pages/scripts/build-review-data.js | Registers perf-checker.json → Performance section (⚡) in the shared report renderer input map. |
| plugins/power-pages/references/skill-tracking-reference.md | Registers PerfChecker in the skill tracking reference. |
| plugins/power-pages/references/approval-gates.md | Adds perf-checker gates and updates the catalog scope statement. |
| plugins/power-pages/README.md | Documents the new /perf-checker skill and updates the stated skill count. |
| plugins/power-pages/icm-extract-21000001807690.json | Adds an IcM incident export artifact (contains internal content/PII; unrelated to perf-checker). |
| plugins/power-pages/icm-21000001807690-extract.json | Adds a second IcM incident export artifact (contains internal content/PII; unrelated to perf-checker). |
| plugins/power-pages/icm-21000001807690-extract-string.json | Adds a stringified IcM incident export (contains internal content/PII; unrelated to perf-checker). |
| plugins/power-pages/AGENTS.md | Documents the new skill and its validator in the plugin’s agent/development guide. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| // Deprecated page/file tracking (retired on 9.3.4.x+ but still a Site Checker | ||
| // finding). Raw YAML shape: `adx_enabletracking: true` (or `enabletracking: true`). | ||
| if ((ext === '.yml' || ext === '.yaml') && /(?:adx_)?enabletracking\s*:\s*(?:true|"true"|'true')/i.test(content)) { | ||
| const isWebFile = base.includes('webfile') || relPath.includes('/web-files/'); | ||
| const isWebPage = base.includes('webpage') || relPath.includes('/web-pages/'); | ||
| if (isWebFile || isWebPage) { | ||
| const which = isWebFile ? 'web file' : 'web page'; | ||
| const tag = isWebFile ? 'PERF-WEBFILE-TRACKING' : 'PERF-WEBPAGE-TRACKING'; | ||
| const trackMatch = content.match(/(?:adx_)?enabletracking\s*:/i); | ||
| findings.push(finding({ | ||
| tag, | ||
| severity: SEVERITY.INFO, | ||
| title: `Deprecated page tracking enabled on a ${which}`, | ||
| location: `${relPath}:${trackMatch ? lineOf(content, trackMatch.index) : 1}`, | ||
| details: | ||
| `This ${which} has Enable Tracking (deprecated) turned on, which Site Checker flags as ` + | ||
| 'a performance risk. The feature is retired on portal versions 9.3.4.x and later.', | ||
| fix: `Set enabletracking to false on this ${which}.`, | ||
| autoFixAvailable: true, | ||
| fixAction: { type: 'set-yaml-field', field: 'adx_enabletracking', value: 'false' }, | ||
| })); | ||
| } | ||
| } |
| if (content.length < MIN_REPORT_BYTES) { | ||
| block(`Performance report ${reports[reports.length - 1]} is suspiciously small (${content.length} bytes) — the render likely failed. Re-run /power-pages:perf-checker.`); | ||
| } |
| ## Skills | ||
|
|
||
| The plugin provides 30 skills that cover the full lifecycle of a Power Pages code site — scaffolding, deployment, data modeling, backend integration, authentication, ALM and CI/CD, security review, testing, and auditing. Each skill is invoked conversationally — just describe what you want to do. | ||
| The plugin provides 31 skills that cover the full lifecycle of a Power Pages code site — scaffolding, deployment, data modeling, backend integration, authentication, ALM and CI/CD, security review, performance, testing, and auditing. Each skill is invoked conversationally — just describe what you want to do. |
| } | ||
| ], | ||
| "images": [], | ||
| "linearText": "Skip to Main Content\nApplications\nclose menu\nSupport\nAva Management Portal\nAzure Support Center\nCommunity Insider\nSupportability Hub\nEngagement\nACE Hub\nLifecycle (Ceres)\nEvent Readiness\nNominations\nOutages & Incidents\nACM\nIncident Management\nIridias\nOutage Hub\nInsights\nCX Observe\nApp Administration\nService 360\nProduct 360\nService Tree\nOther\nJIT\nJarvis\nGeneva Actions\nLens Explorer\nIcM\nExpand\nSearch\nFilter by field, e.g., server down s:\"bing ads\" t:scp\ns:\nOwning Service name\nt:\nOwning Team Public ID\nsev:\nSeverity\nti:\nTitle\nst:\nState\nIcM Assistant\nHelp & Support\nHelp & Support\nClose help\nIcM Documentation\nDocumentation\nNo related documentation found\nUseful Links\nProduct Videos & Webinar Recordings\nIcM Feature Roadmap\nSuggest a Feature\nReport a Bug\nFile a Task (SLA: 7 days)\nReport a Bug\nToggle feedback\nGive feedback on your experience with this page\nHappy\nSad\nCancel\nSubmit\nTime zone preferences. Currently displaying times in\nIST\nUTC\nMy preference\nSelect your preferred time zone to display all times in\n(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi\nType in the box above to search\nBreaking News\n2\nActive Breaking News\n(\n0\n)\nSubscribe\nInactive Breaking News\n(\n0\n)\nMy Profile\nPooja LNU\nPooja LNU\nPooja\nLNU\npoojalnu@microsoft.com\nSign out\nAdjust font size\nLight theme\nDark theme\nMy Profile\nMy tracked incidents\nMy notification settings\nMy notification history\nMy on call schedule\nPrivacy + terms\nPrevious\n1 of 2\nNext\nBreaking News\nOutage\n764634026\n: MSPKI G1 CAs expire Aug 25, 2026. If you experience certificate-related issues, join the bridge for support.\n2026-08-25 04:11 GMT+5:30\nAdd Impacted Service\nDismiss\nRemind me later\nYour feedback is important to us!\nLearn more\nWe will ask you for your input every 60 days. Your feedback helps us improve IcM.\nExperience Feedback\nAny additional feedback that you would like to share?\nDo not ask me again\nSubmit\nExpand menu\nDashboard\nIncidents\nOutages\nRetrospectives\nOn call lists\nAgent Studio (Automation)\nReporting\nAdministration\nPlaybooks\nNew troubleshooting experience\nTroubleshoot faster and more efficiently using the new enhanced experience. Watch\ndemo\n.\nNext\n\nRestricted CRI 21000001807690\ncreated by\nPooja LNU\nPooja LNU\n\nCopy\nCopy to clipboard\n\nCollapse\nPortal Id and version are not visible in _services/about endpoint with 9.8.8.x release\nStatus\nActive\nSeverity\n2\n\nDuration\n01d 00h 35m 42s\n\nOwning service\nPower Portals\n\nOwning team\nPortals Runtime\n\n\nOwner\nPooja LNU\nPooja LNU (poojalnu)\n\n\nTags\nPP_RUNTIME_TSG_ADDED\n\nRemove tag\nPages_Studio_Tracked\n\nRemove tag\n\n\nFind\nFind (Ctrl + K)\nUse find to easily locate fields in the incident, such as support request, cloud instance, impact duration or anything else!\n\nTrack\n\nLinks\n\nAttachments\nDeclare outage\nJoin bridge\nTransfer\nRequest assistance\nManage access\nMitigate\n\nSummary & discussion\nImpact assessment\nTroubleshooting\nMitigation & resolution\nCustom fields\nActivity log\n\nAI summary by IcM Assistant\n\nRefresh\n\nFull screen\n\nCollapse\n\nLast updated at 2026-08-25 12:39:24 GMT+5:30\nWhat we know:\nImpact\n: Customer impact did not warrant communications at this time.\nPortal identifiers and version information are not displayed in the service endpoint.\nCustomer impact was deemed insufficient for communications, and Communication Engineering disengaged.\nWhat has been done so far:\nThe Portals Runtime team confirmed the customer impact did not warrant communications.\nCommunication Engineering disengaged after that assessment.\nRe-engagement remains possible through the request assistance function if confirmed customer impact emerges.\nBridge Recap:\nNo bridge recap data available.\nLearn more\nAI-generated content may be incorrect\n\nLike\n\nDislike\nRecommended actions\nMitigation steps:\nReview the Troubleshooting Guide for mitigation steps.\nView Troubleshooting Guide\nAre these actions useful?\n\nLike\n\nDislike\nAuthored summary\n\nEdit\n\nFullscreen\n\nCollapse\nPortal Id and version are not visible in <siteurl>/_services/about endpoint with 9.8.8.x release\nDiscussion\n\nRefresh\n\nFullscreen\n\nCollapse\nPooja LNU\nBold\nItalic\nUnderline\nStrikethrough\nBulleted list\nNumbered list\nHighlight\nNormal\nInverted\nYellow\nGreen\nBlue\nMagenta\nRed\nFont color\nText\nInverted\nRed\nGreen\nOrange\nYellow\nBlue\nFont size\nRegular\nHeading 1\nHeading 2\nHeading 3\nHeading 4\nInsert link\nInsert link\nRemove link\nInsert image\nJustify left\nJustify center\nJustify right\nIndent\nOutdent\nTable\nCreate table\nCreate 1 x 1 table\nCreate 2 x 1 table\nCreate 3 x 1 table\nCreate 4 x 1 table\nCreate 5 x 1 table\nCreate 1 x 2 table\nCreate 2 x 2 table\nCreate 3 x 2 table\nCreate 4 x 2 table\nCreate 5 x 2 table\nCreate 1 x 3 table\nCreate 2 x 3 table\nCreate 3 x 3 table\nCreate 4 x 3 table\nCreate 5 x 3 table\nCreate 1 x 4 table\nCreate 2 x 4 table\nCreate 3 x 4 table\nCreate 4 x 4 table\nCreate 5 x 4 table\nCreate 1 x 5 table\nCreate 2 x 5 table\nCreate 3 x 5 table\nCreate 4 x 5 table\nCreate 5 x 5 table\nCode\nClear format\nDo not enter personally identifiable information (PII)!\nLearn more\nDo not enter personally identifiable information (PII)!\n\nCancel\n\nSave\n\n\nAdd filter\nJB\nJoshua Marcus Bautista (Insight Global LLC)\nJoshua Marcus Bautista (Insight Global LLC)\nSubmitted at 2026-08-25 12:33:47 GMT+5:30\nThe Portals Runtime\nteam has confirmed that the customer impact does not warrant communications at this time. As a result, Communication Engineering is disengaging. If it's determined that there is confirmed customer impact which requires communications,\nCommunication Engineering can be re-engaged\nvia the\nrequest assistance\nfunction in IcM.\n\nLike\n0\n\nDislike\n0\nDiscussion\nGS\nIncident Automation Service-Account\nIncident Automation Service-Account\nSubmitted at 2026-08-25 11:27:52 GMT+5:30\naa501a42-fca5-45cc-aa68-ff2a720d580b\nPlease\nfollow our TSG\nfor initial troubleshooting before engaging PG:\nTroubleshooting Common Portal Issues.\nFor configuration issues, please try to reproduce it on a vanilla portal or\nuse PortalExpress tool\nto mount a local portal with the support org for investigation.\nFor\nreliability and performance issues\n, please\nattach fiddler trace\n.\nFor all kind of issues, please run\nportal checker tool\nfirst (ask customer or check in unify) and analyze the result. If this does not help, please execute the\nrelevant kusto queries\nand\nprovide the Activity/Correlation IDs\nalong with exact timestamp in UTC. You can find it as a response header(x-ms-request-id) in network trace.\nPlease do attach the result of your initial investigation if you still need help from PG.\nIf you have a general non-urgent query, please lookup our\nstack overflow collection\nor post your question there with tag\npower-pages\n, you will soon have an answer.\n\nLike\n0\n\nDislike\n0\nRun by workflow\nAddTSG\nEnrichment\nPooja LNU\nPooja LNU\nSubmitted at 2026-08-25 11:27:47 GMT+5:30\n\nMore items\nAcknowledging incident\n\nLike\n0\n\nDislike\n0\nDiscussion\nPooja LNU\nPooja LNU\nCreated at 2026-08-25 11:27:38 GMT+5:30\n\nMore items\nIncident Created\n\nLike\n0\n\nDislike\n0\nDiscussion" |
| @@ -0,0 +1 @@ | |||
| "{\"incidentId\":\"21000001807690\",\"url\":\"https://portal.microsofticm.com/imp/v5/incidents/details/21000001807690/summary\",\"documentTitle\":\"Incident-21000001807690 Details - IcM\",\"capturedAt\":\"2026-08-26T06:14:41.371Z\",\"header\":{\"title\":\"Portal Id and version are not visible in _services/about endpoint with 9.8.8.x release\",\"status\":\"Active\",\"severity\":\"2\",\"duration\":\"01d 00h 17m 03s\",\"owningService\":\"Power Portals\",\"owningTeam\":\"Portals Runtime\",\"owner\":\"Pooja LNU\"},\"attachmentsLabel\":\"Attachments (0)\",\"authoredSummary\":{\"isEmpty\":false,\"text\":\"\\n\\n\\nCollapse\\nPortal Id and version are not visible in <siteurl>/_services/about endpoint with 9.8.8.x release\"},\"entryCount\":4,\"stampCount\":4,\"imageCount\":0,\"entries\":[{\"index\":0,\"author\":\"Joshua Marcus Bautista (Insight Global LLC)\",\"stamp\":\"Submitted at 2026-08-25 12:33:47 GMT+5:30\",\"kind\":\"Discussion\",\"body\":\"The Portals Runtime\\nteam has confirmed that the customer impact does not warrant communications at this time. As a result, Communication Engineering is disengaging. If it's determined that there is confirmed customer impact which requires communications,\\nCommunication Engineering can be re-engaged\\nvia the\\nrequest assistance\\nfunction in IcM.\\n\\n\",\"images\":[]},{\"index\":1,\"author\":\"Incident Automation Service-Account\",\"stamp\":\"Submitted at 2026-08-25 11:27:52 GMT+5:30\",\"kind\":\"Enrichment\",\"body\":\"aa501a42-fca5-45cc-aa68-ff2a720d580b\\nPlease\\nfollow our TSG\\nfor initial troubleshooting before engaging PG:\\nTroubleshooting Common Portal Issues.\\nFor configuration issues, please try to reproduce it on a vanilla portal or\\nuse PortalExpress tool\\nto mount a local portal with the support org for investigation.\\nFor\\nreliability and performance issues\\n, please\\nattach fiddler trace\\n.\\nFor all kind of issues, please run\\nportal checker tool\\nfirst (ask customer or check in unify) and analyze the result. If this does not help, please execute the\\nrelevant kusto queries\\nand\\nprovide the Activity/Correlation IDs\\nalong with exact timestamp in UTC. You can find it as a response header(x-ms-request-id) in network trace.\\nPlease do attach the result of your initial investigation if you still need help from PG.\\nIf you have a general non-urgent query, please lookup our\\nstack overflow collection\\nor post your question there with tag\\npower-pages\\n, you will soon have an answer.\\n\\n\",\"images\":[]},{\"index\":2,\"author\":\"Pooja LNU\",\"stamp\":\"Submitted at 2026-08-25 11:27:47 GMT+5:30\",\"kind\":\"Discussion\",\"body\":\"\\nAcknowledging incident\\n\\n\",\"images\":[]},{\"index\":3,\"author\":\"Pooja LNU\",\"stamp\":\"Created at 2026-08-25 11:27:38 GMT+5:30\",\"kind\":\"Discussion\",\"body\":\"\\nIncident Created\\n\\n\",\"images\":[]}],\"images\":[],\"linearText\":\"Skip to Main Content\\nApplications\\nclose menu\\nSupport\\nAva Management Portal\\nAzure Support Center\\nCommunity Insider\\nSupportability Hub\\nEngagement\\nACE Hub\\nLifecycle (Ceres)\\nEvent Readiness\\nNominations\\nOutages & Incidents\\nACM\\nIncident Management\\nIridias\\nOutage Hub\\nInsights\\nCX Observe\\nApp Administration\\nService 360\\nProduct 360\\nService Tree\\nOther\\nJIT\\nJarvis\\nGeneva Actions\\nLens Explorer\\nIcM\\nExpand\\nSearch\\nFilter by field, e.g., server down s:\\\"bing ads\\\" t:scp\\ns:\\nOwning Service name\\nt:\\nOwning Team Public ID\\nsev:\\nSeverity\\nti:\\nTitle\\nst:\\nState\\nIcM Assistant\\nHelp & Support\\nHelp & Support\\nClose help\\nIcM Documentation\\nDocumentation\\nNo related documentation found\\nUseful Links\\nProduct Videos & Webinar Recordings\\nIcM Feature Roadmap\\nSuggest a Feature\\nReport a Bug\\nFile a Task (SLA: 7 days)\\nReport a Bug\\nToggle feedback\\nGive feedback on your experience with this page\\nHappy\\nSad\\nCancel\\nSubmit\\nTime zone preferences. Currently displaying times in\\nIST\\nUTC\\nMy preference\\nSelect your preferred time zone to display all times in\\n(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi\\nType in the box above to search\\nBreaking News\\n2\\nActive Breaking News\\n(\\n0\\n)\\nSubscribe\\nInactive Breaking News\\n(\\n0\\n)\\nMy Profile\\nPooja LNU\\nPooja LNU\\nPooja\\nLNU\\npoojalnu@microsoft.com\\nSign out\\nAdjust font size\\nLight theme\\nDark theme\\nMy Profile\\nMy tracked incidents\\nMy notification settings\\nMy notification history\\nMy on call schedule\\nPrivacy + terms\\nPrevious\\n1 of 2\\nNext\\nBreaking News\\nOutage\\n764634026\\n: MSPKI G1 CAs expire Aug 25, 2026. If you experience certificate-related issues, join the bridge for support.\\n2026-08-25 04:11 GMT+5:30\\nAdd Impacted Service\\nDismiss\\nRemind me later\\nYour feedback is important to us!\\nLearn more\\nWe will ask you for your input every 60 days. Your feedback helps us improve IcM.\\nExperience Feedback\\nAny additional feedback that you would like to share?\\nDo not ask me again\\nSubmit\\nExpand menu\\nDashboard\\nIncidents\\nOutages\\nRetrospectives\\nOn call lists\\nAgent Studio (Automation)\\nReporting\\nAdministration\\nPlaybooks\\nNew troubleshooting experience\\nTroubleshoot faster and more efficiently using the new enhanced experience. Watch\\ndemo\\n.\\nNext\\n\\nRestricted CRI 21000001807690\\ncreated by\\nPooja LNU\\nPooja LNU\\n\\nCopy\\nCopy to clipboard\\n\\nCollapse\\nPortal Id and version are not visible in _services/about endpoint with 9.8.8.x release\\nStatus\\nActive\\nSeverity\\n2\\n\\nDuration\\n01d 00h 17m 03s\\n\\nOwning service\\nPower Portals\\n\\nOwning team\\nPortals Runtime\\n\\n\\nOwner\\nPooja LNU\\nPooja LNU (poojalnu)\\n\\n\\nTags\\nPP_RUNTIME_TSG_ADDED\\n\\nRemove tag\\nPages_Studio_Tracked\\n\\nRemove tag\\n\\n\\nFind\\nFind (Ctrl + K)\\nUse find to easily locate fields in the incident, such as support request, cloud instance, impact duration or anything else!\\n\\nTrack\\n\\nLinks\\n\\nAttachments\\nDeclare outage\\nJoin bridge\\nTransfer\\nRequest assistance\\nManage access\\nMitigate\\n\\nSummary & discussion\\nImpact assessment\\nTroubleshooting\\nMitigation & resolution\\nCustom fields\\nActivity log\\n\\nAI summary by IcM Assistant\\n\\nRefresh\\n\\nFull screen\\n\\nCollapse\\n\\nLast updated at 2026-08-25 12:39:24 GMT+5:30\\nWhat we know:\\nImpact\\n: Customer impact did not warrant communications at this time.\\nPortal identifiers and version information are not displayed in the service endpoint.\\nCustomer impact was deemed insufficient for communications, and Communication Engineering disengaged.\\nWhat has been done so far:\\nThe Portals Runtime team confirmed the customer impact did not warrant communications.\\nCommunication Engineering disengaged after that assessment.\\nRe-engagement remains possible through the request assistance function if confirmed customer impact emerges.\\nBridge Recap:\\nNo bridge recap data available.\\nLearn more\\nAI-generated content may be incorrect\\n\\nLike\\n\\nDislike\\nRecommended actions\\nMitigation steps:\\nReview the Troubleshooting Guide for mitigation steps.\\nView Troubleshooting Guide\\nAre these actions useful?\\n\\nLike\\n\\nDislike\\nAuthored summary\\n\\nEdit\\n\\nFullscreen\\n\\nCollapse\\nPortal Id and version are not visible in <siteurl>/_services/about endpoint with 9.8.8.x release\\nDiscussion\\n\\nRefresh\\n\\nFullscreen\\n\\nCollapse\\nPooja LNU\\nBold\\nItalic\\nUnderline\\nStrikethrough\\nBulleted list\\nNumbered list\\nHighlight\\nNormal\\nInverted\\nYellow\\nGreen\\nBlue\\nMagenta\\nRed\\nFont color\\nText\\nInverted\\nRed\\nGreen\\nOrange\\nYellow\\nBlue\\nFont size\\nRegular\\nHeading 1\\nHeading 2\\nHeading 3\\nHeading 4\\nInsert link\\nInsert link\\nRemove link\\nInsert image\\nJustify left\\nJustify center\\nJustify right\\nIndent\\nOutdent\\nTable\\nCreate table\\nCreate 1 x 1 table\\nCreate 2 x 1 table\\nCreate 3 x 1 table\\nCreate 4 x 1 table\\nCreate 5 x 1 table\\nCreate 1 x 2 table\\nCreate 2 x 2 table\\nCreate 3 x 2 table\\nCreate 4 x 2 table\\nCreate 5 x 2 table\\nCreate 1 x 3 table\\nCreate 2 x 3 table\\nCreate 3 x 3 table\\nCreate 4 x 3 table\\nCreate 5 x 3 table\\nCreate 1 x 4 table\\nCreate 2 x 4 table\\nCreate 3 x 4 table\\nCreate 4 x 4 table\\nCreate 5 x 4 table\\nCreate 1 x 5 table\\nCreate 2 x 5 table\\nCreate 3 x 5 table\\nCreate 4 x 5 table\\nCreate 5 x 5 table\\nCode\\nClear format\\nDo not enter personally identifiable information (PII)!\\nLearn more\\nDo not enter personally identifiable information (PII)!\\n\\nCancel\\n\\nSave\\n\\n\\nAdd filter\\nJB\\nJoshua Marcus Bautista (Insight Global LLC)\\nJoshua Marcus Bautista (Insight Global LLC)\\nSubmitted at 2026-08-25 12:33:47 GMT+5:30\\nThe Portals Runtime\\nteam has confirmed that the customer impact does not warrant communications at this time. As a result, Communication Engineering is disengaging. If it's determined that there is confirmed customer impact which requires communications,\\nCommunication Engineering can be re-engaged\\nvia the\\nrequest assistance\\nfunction in IcM.\\n\\nLike\\n0\\n\\nDislike\\n0\\nDiscussion\\nGS\\nIncident Automation Service-Account\\nIncident Automation Service-Account\\nSubmitted at 2026-08-25 11:27:52 GMT+5:30\\naa501a42-fca5-45cc-aa68-ff2a720d580b\\nPlease\\nfollow our TSG\\nfor initial troubleshooting before engaging PG:\\nTroubleshooting Common Portal Issues.\\nFor configuration issues, please try to reproduce it on a vanilla portal or\\nuse PortalExpress tool\\nto mount a local portal with the support org for investigation.\\nFor\\nreliability and performance issues\\n, please\\nattach fiddler trace\\n.\\nFor all kind of issues, please run\\nportal checker tool\\nfirst (ask customer or check in unify) and analyze the result. If this does not help, please execute the\\nrelevant kusto queries\\nand\\nprovide the Activity/Correlation IDs\\nalong with exact timestamp in UTC. You can find it as a response header(x-ms-request-id) in network trace.\\nPlease do attach the result of your initial investigation if you still need help from PG.\\nIf you have a general non-urgent query, please lookup our\\nstack overflow collection\\nor post your question there with tag\\npower-pages\\n, you will soon have an answer.\\n\\nLike\\n0\\n\\nDislike\\n0\\nRun by workflow\\nAddTSG\\nEnrichment\\nPooja LNU\\nPooja LNU\\nSubmitted at 2026-08-25 11:27:47 GMT+5:30\\n\\nMore items\\nAcknowledging incident\\n\\nLike\\n0\\n\\nDislike\\n0\\nDiscussion\\nPooja LNU\\nPooja LNU\\nCreated at 2026-08-25 11:27:38 GMT+5:30\\n\\nMore items\\nIncident Created\\n\\nLike\\n0\\n\\nDislike\\n0\\nDiscussion\"}" No newline at end of file | |||
| > **Status: v3 — extended to non-ALM skills.** v2 introduced the marker/lint design and catalogued the 12 ALM skills (§6.1–§6.12). v3 extends coverage to the 12 non-ALM skills (§6.13–§6.24), flips lint severity from warn-only to hard-fail across the plugin, and updates `AGENTS.md` so any new skill must add its gates here in the same PR. | ||
| > | ||
| > **Scope: all power-pages skills.** §6 enumerates every `AskUserQuestion` across the 24 user-invocable skills (12 ALM + 12 non-ALM). `report-issue` is a cross-plugin shared workflow — its wrapper SKILL.md contains no prompts (the workflow file at `shared/skills/report-issue/report-issue-workflow.md` lives outside the per-plugin lint scope) and is excluded from this catalog. | ||
| > **Scope: all power-pages skills.** §6 enumerates every `AskUserQuestion` across the 30 user-invocable skills (12 ALM + 18 non-ALM). `report-issue` is a cross-plugin shared workflow — its wrapper SKILL.md contains no prompts (the workflow file at `shared/skills/report-issue/report-issue-workflow.md` lives outside the per-plugin lint scope) and is excluded from this catalog. |
| } | ||
| ], | ||
| "images": [], | ||
| "linearText": "Skip to Main Content\nApplications\nclose menu\nSupport\nAva Management Portal\nAzure Support Center\nCommunity Insider\nSupportability Hub\nEngagement\nACE Hub\nLifecycle (Ceres)\nEvent Readiness\nNominations\nOutages & Incidents\nACM\nIncident Management\nIridias\nOutage Hub\nInsights\nCX Observe\nApp Administration\nService 360\nProduct 360\nService Tree\nOther\nJIT\nJarvis\nGeneva Actions\nLens Explorer\nIcM\nExpand\nSearch\nFilter by field, e.g., server down s:\"bing ads\" t:scp\ns:\nOwning Service name\nt:\nOwning Team Public ID\nsev:\nSeverity\nti:\nTitle\nst:\nState\nIcM Assistant\nHelp & Support\nHelp & Support\nClose help\nIcM Documentation\nDocumentation\nNo related documentation found\nUseful Links\nProduct Videos & Webinar Recordings\nIcM Feature Roadmap\nSuggest a Feature\nReport a Bug\nFile a Task (SLA: 7 days)\nReport a Bug\nToggle feedback\nGive feedback on your experience with this page\nHappy\nSad\nCancel\nSubmit\nTime zone preferences. Currently displaying times in\nIST\nUTC\nMy preference\nSelect your preferred time zone to display all times in\n(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi\nType in the box above to search\nBreaking News\n2\nActive Breaking News\n(\n0\n)\nSubscribe\nInactive Breaking News\n(\n0\n)\nMy Profile\nPooja LNU\nPooja LNU\nPooja\nLNU\npoojalnu@microsoft.com\nSign out\nAdjust font size\nLight theme\nDark theme\nMy Profile\nMy tracked incidents\nMy notification settings\nMy notification history\nMy on call schedule\nPrivacy + terms\nPrevious\n1 of 2\nNext\nBreaking News\nOutage\n764634026\n: MSPKI G1 CAs expire Aug 25, 2026. If you experience certificate-related issues, join the bridge for support.\n2026-08-25 04:11 GMT+5:30\nAdd Impacted Service\nDismiss\nRemind me later\nYour feedback is important to us!\nLearn more\nWe will ask you for your input every 60 days. Your feedback helps us improve IcM.\nExperience Feedback\nAny additional feedback that you would like to share?\nDo not ask me again\nSubmit\nExpand menu\nDashboard\nIncidents\nOutages\nRetrospectives\nOn call lists\nAgent Studio (Automation)\nReporting\nAdministration\nPlaybooks\nNew troubleshooting experience\nTroubleshoot faster and more efficiently using the new enhanced experience. Watch\ndemo\n.\nNext\n\nRestricted CRI 21000001807690\ncreated by\nPooja LNU\nPooja LNU\n\nCopy\nCopy to clipboard\n\nCollapse\nPortal Id and version are not visible in _services/about endpoint with 9.8.8.x release\nStatus\nActive\nSeverity\n2\n\nDuration\n01d 00h 15m 35s\n\nOwning service\nPower Portals\n\nOwning team\nPortals Runtime\n\n\nOwner\nPooja LNU\nPooja LNU (poojalnu)\n\n\nTags\nPP_RUNTIME_TSG_ADDED\n\nRemove tag\nPages_Studio_Tracked\n\nRemove tag\n\n\nFind\nFind (Ctrl + K)\nUse find to easily locate fields in the incident, such as support request, cloud instance, impact duration or anything else!\n\nTrack\n\nLinks\n\nAttachments\nDeclare outage\nJoin bridge\nTransfer\nRequest assistance\nManage access\nMitigate\n\nSummary & discussion\nImpact assessment\nTroubleshooting\nMitigation & resolution\nCustom fields\nActivity log\n\nAI summary by IcM Assistant\n\nRefresh\n\nFull screen\n\nCollapse\n\nLast updated at 2026-08-25 12:39:24 GMT+5:30\nWhat we know:\nImpact\n: Customer impact did not warrant communications at this time.\nPortal identifiers and version information are not displayed in the service endpoint.\nCustomer impact was deemed insufficient for communications, and Communication Engineering disengaged.\nWhat has been done so far:\nThe Portals Runtime team confirmed the customer impact did not warrant communications.\nCommunication Engineering disengaged after that assessment.\nRe-engagement remains possible through the request assistance function if confirmed customer impact emerges.\nBridge Recap:\nNo bridge recap data available.\nLearn more\nAI-generated content may be incorrect\n\nLike\n\nDislike\nRecommended actions\nMitigation steps:\nReview the Troubleshooting Guide for mitigation steps.\nView Troubleshooting Guide\nAre these actions useful?\n\nLike\n\nDislike\nAuthored summary\n\nEdit\n\nFullscreen\n\nCollapse\nPortal Id and version are not visible in <siteurl>/_services/about endpoint with 9.8.8.x release\nDiscussion\n\nRefresh\n\nFullscreen\n\nCollapse\nPooja LNU\nBold\nItalic\nUnderline\nStrikethrough\nBulleted list\nNumbered list\nHighlight\nNormal\nInverted\nYellow\nGreen\nBlue\nMagenta\nRed\nFont color\nText\nInverted\nRed\nGreen\nOrange\nYellow\nBlue\nFont size\nRegular\nHeading 1\nHeading 2\nHeading 3\nHeading 4\nInsert link\nInsert link\nRemove link\nInsert image\nJustify left\nJustify center\nJustify right\nIndent\nOutdent\nTable\nCreate table\nCreate 1 x 1 table\nCreate 2 x 1 table\nCreate 3 x 1 table\nCreate 4 x 1 table\nCreate 5 x 1 table\nCreate 1 x 2 table\nCreate 2 x 2 table\nCreate 3 x 2 table\nCreate 4 x 2 table\nCreate 5 x 2 table\nCreate 1 x 3 table\nCreate 2 x 3 table\nCreate 3 x 3 table\nCreate 4 x 3 table\nCreate 5 x 3 table\nCreate 1 x 4 table\nCreate 2 x 4 table\nCreate 3 x 4 table\nCreate 4 x 4 table\nCreate 5 x 4 table\nCreate 1 x 5 table\nCreate 2 x 5 table\nCreate 3 x 5 table\nCreate 4 x 5 table\nCreate 5 x 5 table\nCode\nClear format\nDo not enter personally identifiable information (PII)!\nLearn more\nDo not enter personally identifiable information (PII)!\n\nCancel\n\nSave\n\n\nAdd filter\nJB\nJoshua Marcus Bautista (Insight Global LLC)\nJoshua Marcus Bautista (Insight Global LLC)\nSubmitted at 2026-08-25 12:33:47 GMT+5:30\nThe Portals Runtime\nteam has confirmed that the customer impact does not warrant communications at this time. As a result, Communication Engineering is disengaging. If it's determined that there is confirmed customer impact which requires communications,\nCommunication Engineering can be re-engaged\nvia the\nrequest assistance\nfunction in IcM.\n\nLike\n0\n\nDislike\n0\nDiscussion\nGS\nIncident Automation Service-Account\nIncident Automation Service-Account\nSubmitted at 2026-08-25 11:27:52 GMT+5:30\naa501a42-fca5-45cc-aa68-ff2a720d580b\nPlease\nfollow our TSG\nfor initial troubleshooting before engaging PG:\nTroubleshooting Common Portal Issues.\nFor configuration issues, please try to reproduce it on a vanilla portal or\nuse PortalExpress tool\nto mount a local portal with the support org for investigation.\nFor\nreliability and performance issues\n, please\nattach fiddler trace\n.\nFor all kind of issues, please run\nportal checker tool\nfirst (ask customer or check in unify) and analyze the result. If this does not help, please execute the\nrelevant kusto queries\nand\nprovide the Activity/Correlation IDs\nalong with exact timestamp in UTC. You can find it as a response header(x-ms-request-id) in network trace.\nPlease do attach the result of your initial investigation if you still need help from PG.\nIf you have a general non-urgent query, please lookup our\nstack overflow collection\nor post your question there with tag\npower-pages\n, you will soon have an answer.\n\nLike\n0\n\nDislike\n0\nRun by workflow\nAddTSG\nEnrichment\nPooja LNU\nPooja LNU\nSubmitted at 2026-08-25 11:27:47 GMT+5:30\n\nMore items\nAcknowledging incident\n\nLike\n0\n\nDislike\n0\nDiscussion\nPooja LNU\nPooja LNU\nCreated at 2026-08-25 11:27:38 GMT+5:30\n\nMore items\nIncident Created\n\nLike\n0\n\nDislike\n0\nDiscussion" |
No description provided.