You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/skills/code-sample-review/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Check for:
46
46
## Workflow
47
47
48
48
1. Identify the review scope and whether the request is editorial, technical, or mixed.
49
-
2. Inspect surrounding prose before judging a code block; code samples should be evaluated in context.
49
+
2. Inspect surrounding prose before judging a code block; code samples should be evaluated in context. If you've previously read the page, use context and don't re-read it unless there's a change since the last read.
50
50
3. Depending on the type of review, suggest fixes as follows:
51
51
- For review requests, report issues by file and line when possible, ordered by learner impact.
52
52
- For edit requests, report issues and suggest focused changes that preserve technical intent and existing repository patterns.
Copy file name to clipboardExpand all lines: .github/skills/link-text-review/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This skill focuses on anchor text and link clarity. For tables, notices, tab pan
18
18
19
19
## Workflow
20
20
21
-
1. Identify the target file, directory, section, or selected text.
21
+
1. Identify the target file, directory, section, or selected text. If you've previously read the page, use context and don't re-read it unless there's a change since the last read.
22
22
2. Read surrounding context before suggesting any changes.
23
23
3. After understanding the context of the URL, suggest concise and natural rewrites to the anchor text based on `Quality rules`.
24
24
4. After the user accepts suggestions, make changes, then re-open or search changed lines to verify the Markdown link syntax is valid.
Copy file name to clipboardExpand all lines: .github/skills/markdown-component-edit/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This skill is best when the user highlights text, names a section, or asks for a
18
18
19
19
## Workflow
20
20
21
-
1. Use the user's highlighted, selected, or explicitly named text as the edit target. If the target is ambiguous, ask for the exact text, file, or section before editing.
21
+
1. Use the user's highlighted, selected, or explicitly named text as the edit target. If the target is ambiguous, ask for the exact text, file, or section before editing. If you've previously read the page, use context and don't re-read it unless there's a change since the last read.
22
22
2. Inspect nearby Markdown so the new component fits the surrounding flow.
23
23
3. Verify internal links before adding or changing them when practical.
24
24
4. Use `component rules` and the `component-patterns` reference and do one of the following:
Copy file name to clipboardExpand all lines: .github/skills/metadata-description-update/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This skill is for search and discovery metadata. For draft visibility metadata,
31
31
## Workflow
32
32
33
33
1. Identify whether the target is an install guide content page, a Learning Path `_index.md`, or a Learning Path content page.
34
-
2. Read the title, existing description, headings, introduction, task flow, code or command context, and validation or conclusion.
34
+
2. Read the title, existing description, headings, introduction, task flow, code or command context, and validation or conclusion. If you've previously read the page, use context and don't re-read it unless there's a change since the last read.
35
35
3. Add or revise the `description` field in front matter based on quality rules.
36
36
4. After editing, re-open or search the files to verify each changed target has one `description` field.
37
37
5. Report files changed and note any skipped files.
Copy file name to clipboardExpand all lines: .github/skills/seo-geo-aeo-review/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ For focused front matter `description` edits only, use `.github/skills/metadata-
23
23
24
24
## Workflow
25
25
26
-
1. Identify the target content type and target developer intent.
27
-
2. Read the title, front matter description, headings, introduction, prerequisites, main task flow, validation, conclusion, and further reading.
26
+
1. Identify the target content type and target developer intent.
27
+
2. Read the title, front matter description, headings, introduction, prerequisites, main task flow, validation, conclusion, and further reading. If you've previously read a page, use context and don't re-read it unless there's a change since the last read.
28
28
3. State the page's owned task in one sentence. If the task is unclear or too broad, flag it.
29
29
4. Review SEO signals:
30
30
- The title is task-led and includes the main technology, platform, or tool.
Copy file name to clipboardExpand all lines: .github/skills/writing-style-review/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Use this skill for granular prose, voice, readability, terminology, and style re
10
10
## Workflow
11
11
12
12
1. Identify the target file, section, or selected text.
13
-
2. Read surrounding context so style edits preserve the author's intent and the technical flow.
13
+
2. Read surrounding context so style edits preserve the author's intent and the technical flow. If you've previously read the page, use context and don't re-read it unless there's a change since the last read.
14
14
3. Review the target against the guidelines defined in this skill.
15
15
4. Depending on request type, do the following:
16
16
- For review requests, report high-impact style issues by file and line when possible.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/_index.md
+56-8Lines changed: 56 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,7 @@
1
1
---
2
-
title: Deploy Gerrit on Google Cloud C4A
2
+
title: Deploy Gerrit on a Google Cloud C4A instance
3
3
4
-
draft: true
5
-
cascade:
6
-
draft: true
7
-
8
-
description: Learn how to install and configure Gerrit on Google Cloud Axion C4A Arm64 instances and benchmark its performance
4
+
description: Deploy Gerrit on an Ubuntu 24.04 arm64 Google Cloud C4A virtual machine powered by Google Axion processors, verify web access, and benchmark baseline performance.
9
5
minutes_to_complete: 30
10
6
11
7
who_is_this_for: This is an introductory topic for developers deploying Gerrit in Arm Linux environments, specifically using Google Cloud C4A virtual machines (VM) powered by Axion processors.
@@ -20,8 +16,59 @@ prerequisites:
20
16
- A [Google Cloud Platform (GCP)](https://cloud.google.com/free) account with billing enabled
21
17
- Basic familiarity with [Gerrit](https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough-github.html)
description: Review how Gerrit and Google Cloud C4A virtual machines powered by Google Axion processors support the Arm-based deployment and benchmarking workflow.
5
+
4
6
weight: 2
5
7
6
8
layout: "learningpathall"
7
9
---
8
10
9
11
## Google Axion C4A Arm instances in Google Cloud
10
12
11
-
Google Axion C4A is a family of Arm-based virtual machines built on Google’s custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications.
13
+
C4A is a family of Arm-based virtual machines built on Google’s custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads.
12
14
13
-
The C4A series provides a cost-effective alternative to x86 virtual machines while leveraging the scalability and performance benefits of the Arm architecture in Google Cloud.
15
+
The C4A series provides a cost-effective alternative to x86 virtual machines while using the scalability and performance benefits of the Arm architecture in Google Cloud.
14
16
15
-
To learn more about Google Axion, refer to the [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) blog.
17
+
To learn more about Google Axion, see [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu).
16
18
17
19
## Gerrit
18
20
19
-
Gerrit is an open-source, web-based code review system for Git repositories that lets teams review proposed commits before they are merged into a codebase. It is especially useful for projects that want patchset-based reviews, inline comments, approval labels, fine-grained permissions, and integration with CI/CD systems before changes land.
21
+
Gerrit is an open-source, web-based code review system for Git repositories that lets teams review proposed commits before they are merged into a codebase. It's especially useful for projects that want patchset-based reviews, inline comments, approval labels, fine-grained permissions, and integration with CI/CD systems before changes land.
22
+
23
+
To learn more about how Gerrit fits into a development workflow and how to review, upload, and manage changes, start with the official Gerrit product overview and user guide.
24
+
25
+
There's also a [Basic Gerrit Walkthrough — For GitHub Users](https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough-github.html) which explains the core principles of code review in Gerrit compared to pull requests.
26
+
27
+
## What you've learned and what's next
20
28
21
-
To learn more, start with the official Gerrit site and documentation, especially the product overview and user guide, which explain how Gerrit fits into a development workflow and how to review, upload, and manage changes.
29
+
You've now learned about Gerrit and the Google Axion C4A instance family that you'll use for benchmarking.
22
30
23
-
There is also a [Basic Gerrit Walkthrough — For GitHub Users](https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough-github.html) which explains the core principles of code review in Gerrit compared to pull requests.
31
+
Next, you'll create a firewall rule on Google Cloud Platform to make your Gerrit deployment accessible.
0 commit comments