Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73bc90f

Browse files
committed
Move GitHub Mode to blog post and rename example sections
1 parent 2078b79 commit 73bc90f

File tree

6 files changed

+19
-15
lines changed

6 files changed

+19
-15
lines changed

docs/examples/github-productivity.md renamed to blog/github-mode-productivity.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: GitHub Mode as a Productivity Multiplier
3-
description: How using GitHub as external memory transforms MyCoder into a true team member
3+
shortTitle: GitHub Mode Productivity
4+
date: 2025-03-07
5+
authors: [mycoder_team]
6+
tags: [github, productivity, workflow]
47
---
58

6-
# GitHub Mode as a Productivity Multiplier
7-
89
One of the most powerful aspects of MyCoder is its ability to use GitHub as a persistent, external memory store. This approach fundamentally transforms how you can interact with an AI coding assistant, turning it from a transient helper into a fully integrated team member with long-term memory.
910

11+
<!-- truncate -->
12+
1013
## The Productivity Breakthrough
1114

1215
Using GitHub Mode with MyCoder can lead to dramatic productivity improvements:

docs/examples/code-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Code Development Examples
2+
title: Code Development
33
description: Examples of implementing features, fixing bugs, and writing tests
44
---
55

6-
# Code Development Examples
6+
# Code Development
77

88
MyCoder can assist with a wide range of code development tasks, from implementing new features to fixing bugs and improving existing code. This page showcases real-world examples of effective prompts for these scenarios.
99

docs/examples/code-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Code Review and Analysis Examples
2+
title: Code Review
33
description: Using MyCoder to review PRs, analyze code quality, and suggest improvements
44
---
55

6-
# Code Review and Analysis Examples
6+
# Code Review
77

88
MyCoder is excellent at reviewing code, analyzing PRs, and providing feedback on potential improvements. This page showcases real-world examples of effective prompts for these scenarios.
99

docs/examples/devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: DevOps and Configuration Examples
2+
title: DevOps
33
description: Setting up CI/CD, Docker configurations, and environment management
44
---
55

6-
# DevOps and Configuration Examples
6+
# DevOps
77

88
MyCoder can help with various DevOps tasks, including setting up CI/CD pipelines, configuring Docker, and managing build environments. This page showcases real-world examples of effective prompts for these scenarios.
99

docs/examples/index.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 4
33
---
44

55
# MyCoder Examples
@@ -30,8 +30,9 @@ Many of the examples in this section demonstrate this approach in action.
3030

3131
## Example Categories
3232

33-
- [**GitHub Mode as a Productivity Multiplier**](./github-productivity.md) - How using GitHub as external memory transforms MyCoder into a true team member
3433
- [**Project Management**](./project-management.md) - Using MyCoder for planning, issue creation, and project organization
3534
- [**Code Development**](./code-development.md) - Examples of implementing features, fixing bugs, and writing tests
36-
- [**Code Review and Analysis**](./code-review.md) - Using MyCoder to review PRs, analyze code quality, and suggest improvements
37-
- [**DevOps and Configuration**](./devops.md) - Setting up CI/CD, Docker configurations, and environment management
35+
- [**Code Review**](./code-review.md) - Using MyCoder to review PRs, analyze code quality, and suggest improvements
36+
- [**DevOps**](./devops.md) - Setting up CI/CD, Docker configurations, and environment management
37+
38+
For a detailed guide on using GitHub Mode as a productivity multiplier, check out our [blog post](/blog/github-mode-productivity).

docs/examples/project-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Project Management Examples
2+
title: Project Management
33
description: Using MyCoder for planning, issue creation, and project organization
44
---
55

6-
# Project Management Examples
6+
# Project Management
77

88
MyCoder excels at helping with project management tasks such as creating issues, planning work, and organizing projects. This page provides real-world examples of effective prompts for these scenarios.
99

0 commit comments

Comments
 (0)