Open
Conversation
There was a problem hiding this comment.
Pull request overview
프로젝트 문서 간 일관성(정책/아키텍처/보안 고정값 등)을 점검하고 최소 수정안을 제안하는 GitHub Copilot 커스텀 프롬프트를 추가하는 PR입니다.
Changes:
.github/prompts/에 문서 정합성 점검용 커스텀 프롬프트(Doc Consistency Guardian) 신규 추가- 문서 우선순위(POLICY → AZURE_ARCHITECTURE → 기타) 및 결과 출력 포맷/자동 수정 조건을 프롬프트로 정의
Comment on lines
+13
to
+17
| - Scope from the user argument. If omitted, use `documents/**` as the default scope. | ||
| - Core source-of-truth docs in this priority order: | ||
| 1) documents/02-governance/POLICY.md | ||
| 2) documents/03-architecture/AZURE_ARCHITECTURE.md | ||
| 3) Related docs in documents/** based on topic |
| - POLICY.md has highest precedence. | ||
| - If POLICY.md does not decide, AZURE_ARCHITECTURE.md takes precedence. | ||
| - Keep auth/security values aligned across AUTHORIZATION_MODEL.md and related API/ops docs. | ||
| - Keep hosting strategy aligned with documents/01-getting-started/HOSTING_STRATEGY.md. |
| - short, decision-oriented questions | ||
|
|
||
| When no inconsistency is found: | ||
| - Explicitly state "No consistency findings" and list residual risk checks performed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.