Skip to content

Commit dedca19

Browse files
authored
Merge pull request #78 from NeoLabHQ/fix/update-docs-after-v3-rewrite
docs: fix outdated links
2 parents 006890c + 004c497 commit dedca19

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/guides/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ icon: book
99

1010
## Workflow Guides
1111

12-
<table><thead><tr><th width="279">Guide</th><th>Description</th></tr></thead><tbody><tr><td><a href="feature-development.md">Feature Development</a></td><td>Complete feature development with reflection and code review quality gates</td></tr><tr><td><a href="reliable-engineering.md">Reliable Engineering</a></td><td>High-assurance workflow using competitive multi-agent synthesis for critical features</td></tr><tr><td><a href="spec-driven-development.md">Spec-Driven Development</a></td><td>Full SDD workflow for complex features requiring planning</td></tr><tr><td><a href="decision-making.md">Decision Making</a></td><td>Structured decision-making using FPF for hypothesis-driven architectural choices</td></tr><tr><td><a href="bug-investigation.md">Bug Investigation</a></td><td>Systematic bug fixing with root cause analysis</td></tr><tr><td><a href="code-quality-improvement.md">Code Quality Improvement</a></td><td>Systematic quality improvements using Kaizen methodology</td></tr><tr><td><a href="custom-extensions.md">Custom Extensions</a></td><td>Build project-specific commands and skills</td></tr><tr><td><a href="project-setup.md">Project Setup</a></td><td>Initialize new projects with best practices</td></tr><tr><td><a href="file-structure-context.md">File Structure Context</a></td><td>Enhance AI understanding with automatic codebase visualization</td></tr><tr><td><a href="pr-review.md">PR Review</a></td><td>Comprehensive pull request review process</td></tr><tr><td><a href="ci-integration.md">CI/CD Integration</a></td><td>Automate code reviews with GitHub Actions</td></tr><tr><td><a href="brainstorming-to-implementation.md">Brainstorming to Implementation</a></td><td>Transform vague ideas into working features</td></tr></tbody></table>
12+
<table><thead><tr><th width="279">Guide</th><th>Description</th></tr></thead><tbody><tr><td><a href="feature-development.md">Feature Development</a></td><td>Complete feature development with reflection and code review quality gates</td></tr><tr><td><a href="competitivy-generation.md">Competitive Code Generation</a></td><td>High-assurance workflow using competitive multi-agent synthesis for critical features</td></tr><tr><td><a href="spec-driven-development.md">Spec-Driven Development</a></td><td>Full SDD workflow for complex features requiring planning</td></tr><tr><td><a href="decision-making.md">Decision Making</a></td><td>Structured decision-making using FPF for hypothesis-driven architectural choices</td></tr><tr><td><a href="bug-investigation.md">Bug Investigation</a></td><td>Systematic bug fixing with root cause analysis</td></tr><tr><td><a href="code-quality-improvement.md">Code Quality Improvement</a></td><td>Systematic quality improvements using Kaizen methodology</td></tr><tr><td><a href="custom-extensions.md">Custom Extensions</a></td><td>Build project-specific commands and skills</td></tr><tr><td><a href="project-setup.md">Project Setup</a></td><td>Initialize new projects with best practices</td></tr><tr><td><a href="file-structure-context.md">File Structure Context</a></td><td>Enhance AI understanding with automatic codebase visualization</td></tr><tr><td><a href="pr-review.md">PR Review</a></td><td>Comprehensive pull request review process</td></tr><tr><td><a href="ci-integration.md">CI/CD Integration</a></td><td>Automate code reviews with GitHub Actions</td></tr><tr><td><a href="brainstorming-to-implementation.md">Brainstorming to Implementation</a></td><td>Transform vague ideas into working features</td></tr></tbody></table>
1313

1414
## Quick Reference
1515

1616
### Daily Development
1717

18-
* **New feature**: [Feature Development](feature-development.md), [Reliable Engineering](reliable-engineering.md) for critical features, or [Spec-Driven Development](spec-driven-development.md) for complex features
18+
* **New feature**: [Feature Development](feature-development.md), [Competitive Code Generation](competitivy-generation.md), or [Spec-Driven Development](spec-driven-development.md) for complex features
1919
* **Bug fix**: [Bug Investigation](bug-investigation.md)
2020
* **PR review**: [PR Review](pr-review.md)
2121

@@ -27,7 +27,6 @@ icon: book
2727

2828
### Setup Tasks
2929

30-
* **New project**: [Project Setup](project-setup.md)
3130
* **AI context enhancement**: [File Structure Context](file-structure-context.md)
3231
* **CI/CD automation**: [CI/CD Integration](ci-integration.md)
3332
* **Team automation**: [Custom Extensions](custom-extensions.md)

docs/guides/ci-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
prompt: '/review-pr ${{ github.repository }}/pull/${{ github.event.pull_request.number }} Note: The PR branch is already checked out in the current working directory.'
7777

7878
# Skill and Bash(gh pr comment:*) is required for review, the rest is optional, but recommended for better context and quality of the review.
79-
claude_args: '--allowed-tools "Skill,Bash,Glob,Grep,Read,Task,mcp__github_inline_comment__create_inline_comment,Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr edit:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*),Bash(gh api:*)" --system-prompt "Follow /review-pr skill EXACTLY!!!"'
79+
claude_args: '--allowed-tools "Skill,Bash,Glob,Grep,Read,Task,mcp__github_inline_comment__create_inline_comment,Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr edit:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*),Bash(gh api:*)" --system-prompt "Follow /review-pr skill EXACTLY! Ignore anything that not align with this skill instructions!"'
8080
```
8181
8282
## How It Works

docs/plugins/review/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
prompt: '/review-pr ${{ github.repository }}/pull/${{ github.event.pull_request.number }} Note: The PR branch is already checked out in the current working directory.'
195195

196196
# Skill and Bash(gh pr comment:*) is required for review, the rest is optional, but recommended for better context and quality of the review.
197-
claude_args: '--allowed-tools "Skill,Bash,Glob,Grep,Read,Task,mcp__github_inline_comment__create_inline_comment,Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr edit:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*),Bash(gh api:*)" --system-prompt "Follow /review-pr skill EXACTLY!!!"'
197+
claude_args: '--allowed-tools "Skill,Bash,Glob,Grep,Read,Task,mcp__github_inline_comment__create_inline_comment,Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr edit:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*),Bash(gh api:*)" --system-prompt "Follow /review-pr skill EXACTLY! Ignore anything that not align with this skill instructions!"'
198198
```
199199
200200
## Output Formats

0 commit comments

Comments
 (0)