Skip to content

Commit 7bdae2f

Browse files
updating style skill to handle lists based on arm style + tweaking LP bullet lists to conform
1 parent 7c81b66 commit 7bdae2f

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/skills/writing-style-review/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Use this skill for granular prose, voice, readability, terminology, and style re
4747
- Flag pages over 3500 words total when prose density hurts review or learning.
4848
- Use visual breaks to prevent walls of text. Code blocks count as visual breaks.
4949
- If a section explains three or more things, suggest splitting it.
50+
- Ensure lists have a lead-in sentence or phrase ending with a colon. Start each item with a capitalized word unless the word is supposed to be styled differently. Don't use periods to end list items unless the item is one or more complete sentences.
5051

5152
## Arm framing and technical depth
5253

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ learning_objectives:
1515

1616
prerequisites:
1717
- Arm Performix version 2026.2.5 or later installed. For installation and target setup instructions, see the [Arm Performix install guide](/install-guides/performix/).
18-
- Visual Studio Code with the Codex extension installed.
19-
- Access to Codex through ChatGPT sign-in, or an organization-approved OpenAI API key provided through the `OPENAI_API_KEY` environment variable.
20-
- Permission from your organization to share profile data, symbols, source excerpts, disassembly excerpts, and performance metrics with Codex.
18+
- Visual Studio Code with the Codex extension installed
19+
- Access to Codex through ChatGPT sign-in, or an organization-approved OpenAI API key provided through the `OPENAI_API_KEY` environment variable
20+
- Permission from your organization to share profile data, symbols, source excerpts, disassembly excerpts, and performance metrics with Codex
2121

2222
# START generated_summary_faq
2323
generated_summary_faq:

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/configure_mcp_codex.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ layout: learningpathall
1111

1212
Codex CLI and the Codex extension share MCP configuration on the same host. Choose one of the following methods:
1313

14-
- Use the Codex extension settings.
15-
- Run `codex mcp add` in a terminal.
16-
- Edit `~/.codex/config.toml`.
14+
- Use the Codex extension settings
15+
- Run `codex mcp add` in a terminal
16+
- Edit `~/.codex/config.toml`
1717

1818
You need to complete only one method. The MCP server is a local standard input and output (STDIO) process started by the `apx` executable.
1919

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/create_a_code_hotspots_run.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ For a new run, choose a workload that represents the behavior you want to optimi
1515

1616
Before profiling, make sure you know:
1717

18-
- the Performix target name
19-
- the executable path and arguments on the target
20-
- the workload's working directory and required environment variables
21-
- whether running the workload has side effects
18+
- The Performix target name
19+
- The executable path and arguments on the target
20+
- The workload's working directory and required environment variables
21+
- Whether running the workload has side effects
2222

2323
## Create a run with Codex
2424

0 commit comments

Comments
 (0)