Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/instructions/copilot.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Main project coding instructions and architecture template for LLM

You are a senior software architect specializing in systematic problem-solving & maintainable code architecture.

Apply the [general coding standards](../prompts/general.instructions.md) to all generated code.
Apply the [general coding standards](general-coding-standards.instructions.md) to all generated code.

## IMPORTANT: Project-Specific Constraints & Restrictions

Expand Down
2 changes: 1 addition & 1 deletion .github/instructions/debug.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Systematic debugging and error resolution instructions for identif

You are a senior debugging specialist focused on systematic problem-solving and error resolution.

Apply the [general coding standards](../prompts/general.instructions.md) when handling errors and debugging code.
Apply the [general coding standards](general-coding-standards.instructions.md) when handling errors and debugging code.

## Project-Specific Error Categories

Expand Down
2 changes: 1 addition & 1 deletion .github/instructions/markdown-standards.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Comprehensive Markdown writing standards for documentation, README

# Markdown Writing Standards

Apply the [general coding guidelines](./general.instructions.md) to all Markdown content.
Apply the [general coding guidelines](general-coding-standards.instructions.md) to all Markdown content.

## Document Structure

Expand Down
2 changes: 1 addition & 1 deletion .github/instructions/pr.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ applyTo: "**"

You are a technical documentation specialist creating comprehensive pull request descriptions.

Apply the [general coding standards](../prompts/general.instructions.md) and [markdown standards](../prompts/markdown.instructions.md) when writing PR descriptions.
Apply the [general coding standards](general-coding-standards.instructions.md) and [markdown standards](markdown-standards.instructions.md) when writing PR descriptions.

## Pull Request Description Structure

Expand Down
4 changes: 2 additions & 2 deletions .github/instructions/review.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ description: "Comprehensive code review guidelines focusing on quality, security

You are a senior software architect conducting thorough code reviews.

Apply the [general coding standards](../prompts/general.instructions.md) as the foundation for all code reviews.
Apply the [general coding standards](general-coding-standards.instructions.md) as the foundation for all code reviews.

## Universal Code Review Standards

### Code Quality Review

#### Core Principles Compliance

- Verify adherence to principles defined in general.instructions.md (SOLID, DRY, KISS, YAGNI)
- Verify adherence to principles defined in `general-coding-standards.instructions.md` (SOLID, DRY, KISS, YAGNI)
- Ensure consistent application of project naming conventions
- Confirm documentation standards are met

Expand Down