From 004c497cff5e427bfd04cf90c081b43b8bc0bf60 Mon Sep 17 00:00:00 2001 From: leovs09 Date: Wed, 22 Apr 2026 23:13:50 +0200 Subject: [PATCH] docs: fix outdated links --- docs/guides/README.md | 5 ++--- docs/guides/ci-integration.md | 2 +- docs/plugins/review/README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/guides/README.md b/docs/guides/README.md index 2c5cddc..2ac8a5d 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -9,13 +9,13 @@ icon: book ## Workflow Guides -
GuideDescription
Feature DevelopmentComplete feature development with reflection and code review quality gates
Reliable EngineeringHigh-assurance workflow using competitive multi-agent synthesis for critical features
Spec-Driven DevelopmentFull SDD workflow for complex features requiring planning
Decision MakingStructured decision-making using FPF for hypothesis-driven architectural choices
Bug InvestigationSystematic bug fixing with root cause analysis
Code Quality ImprovementSystematic quality improvements using Kaizen methodology
Custom ExtensionsBuild project-specific commands and skills
Project SetupInitialize new projects with best practices
File Structure ContextEnhance AI understanding with automatic codebase visualization
PR ReviewComprehensive pull request review process
CI/CD IntegrationAutomate code reviews with GitHub Actions
Brainstorming to ImplementationTransform vague ideas into working features
+
GuideDescription
Feature DevelopmentComplete feature development with reflection and code review quality gates
Competitive Code GenerationHigh-assurance workflow using competitive multi-agent synthesis for critical features
Spec-Driven DevelopmentFull SDD workflow for complex features requiring planning
Decision MakingStructured decision-making using FPF for hypothesis-driven architectural choices
Bug InvestigationSystematic bug fixing with root cause analysis
Code Quality ImprovementSystematic quality improvements using Kaizen methodology
Custom ExtensionsBuild project-specific commands and skills
Project SetupInitialize new projects with best practices
File Structure ContextEnhance AI understanding with automatic codebase visualization
PR ReviewComprehensive pull request review process
CI/CD IntegrationAutomate code reviews with GitHub Actions
Brainstorming to ImplementationTransform vague ideas into working features
## Quick Reference ### Daily Development -* **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 +* **New feature**: [Feature Development](feature-development.md), [Competitive Code Generation](competitivy-generation.md), or [Spec-Driven Development](spec-driven-development.md) for complex features * **Bug fix**: [Bug Investigation](bug-investigation.md) * **PR review**: [PR Review](pr-review.md) @@ -27,7 +27,6 @@ icon: book ### Setup Tasks -* **New project**: [Project Setup](project-setup.md) * **AI context enhancement**: [File Structure Context](file-structure-context.md) * **CI/CD automation**: [CI/CD Integration](ci-integration.md) * **Team automation**: [Custom Extensions](custom-extensions.md) diff --git a/docs/guides/ci-integration.md b/docs/guides/ci-integration.md index 7c9ea7f..b4c3821 100644 --- a/docs/guides/ci-integration.md +++ b/docs/guides/ci-integration.md @@ -76,7 +76,7 @@ jobs: prompt: '/review-pr ${{ github.repository }}/pull/${{ github.event.pull_request.number }} Note: The PR branch is already checked out in the current working directory.' # Skill and Bash(gh pr comment:*) is required for review, the rest is optional, but recommended for better context and quality of the review. - 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!!!"' + 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!"' ``` ## How It Works diff --git a/docs/plugins/review/README.md b/docs/plugins/review/README.md index 97a3ade..fdb6f85 100644 --- a/docs/plugins/review/README.md +++ b/docs/plugins/review/README.md @@ -194,7 +194,7 @@ jobs: prompt: '/review-pr ${{ github.repository }}/pull/${{ github.event.pull_request.number }} Note: The PR branch is already checked out in the current working directory.' # Skill and Bash(gh pr comment:*) is required for review, the rest is optional, but recommended for better context and quality of the review. - 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!!!"' + 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!"' ``` ## Output Formats