Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: Add missing prompt commands + existing project walkthrough#937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
anchildress1 wants to merge14 commits intogithub:main
base:main
Choose a base branch
Loading
fromanchildress1:update-user-guide-docs
Open
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
0e32149
docs: Add guide for using Spec-Kit in existing projects
anchildress1Oct 16, 2025
c69f5d1
docs: Enhance quickstart guide with clarifications and examples
anchildress1Oct 17, 2025
75f86ab
docs(spec-driven): add detailed /speckit command reference
anchildress1Oct 18, 2025
83a307a
Merge branch 'github:main' into update-user-guide-docs
anchildress1Oct 18, 2025
87b71cd
docs(existing-project-guide): normalize hyphen usage
anchildress1Oct 18, 2025
787340d
docs(existing-project-guide): normalize hyphenation and punctuation
anchildress1Oct 18, 2025
2132e7c
Merge branch 'github:main' into update-user-guide-docs
anchildress1Oct 19, 2025
0b19492
docs: normalize "Spec Kit" naming and fix minor formatting
anchildress1Oct 19, 2025
5a322bc
docs: add Copilot instructions shim and docs/AGENTS.md
anchildress1Oct 19, 2025
8202820
docs: clarify existing-project-guide and spec-driven timing
anchildress1Oct 19, 2025
c46b0d6
Merge branch 'main' into update-user-guide-docs
localdenOct 21, 2025
b458ccf
Merge origin/update-user-guide-docs changes; include existing-project…
anchildress1Nov 16, 2025
16add6c
Merge branch 'main' into update-user-guide-docs
anchildress1Dec 11, 2025
6b4557c
chore: Moving proposed copilot-instructions to separate PR
anchildress1Dec 11, 2025
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
PrevPrevious commit
NextNext commit
docs: add Copilot instructions shim and docs/AGENTS.md
- Add a minimal Copilot Code Review instruction that references existing `AGENTS.md` files- Add `docs/AGENTS.md` for docs-specific agent guidance (tone, capitalization, argument formats)- The `copilot-instructions.md` file is designed to support auto-Copilot Code Reviews in GitHub- Existing `AGENTS.md` files remain unchanged and the authoritative source for project conventionsCo-authored-by: GitHub Copilot <github.copilot@github.com>Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
  • Loading branch information
@anchildress1
anchildress1 andGitHub Copilot committedOct 19, 2025
commit5a322bcb97928ac89df2951c0ad9c8b9518c6589
6 changes: 6 additions & 0 deletions.github/copilot-instructions.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
# Copilot instructions for automated code reviews 🌱

This file provides minimal guidance for Copilot Code Review suggestions on pull requests. Code changes should be judged against the guidelines defined below.

- Reference [repository-level standards](../AGENTS.md) as the authoritative source for project conventions when reviewing any files changed in this repo.
- For files under `docs/`, additionally consult the [docs-specific guidance](../docs/AGENTS.md) for additional requirements designed to promote consistency in independent documentation contributions.
10 changes: 10 additions & 0 deletionsdocs/AGENTS.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
# AGENTS.md for Spec Kit documentation

## Guidelines for consistent user documentation

- The correct syntax for this project is "Spec Kit" (two words, capital S and K). Never use any other variation outside of code snippets.
- Use active voice and present tense where possible.
- Write for an audience familiar with AI and programming concepts, but new to Spec Kit.
- Ensure an informal narrative, teaching voice: give a one-line "why" plus a one-line "how" and a minimal, copy‑pastable example/command when helpful.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Inconsistent punctuation: Line 8 contains an en dash (–) instead of a standard hyphen or em dash. For consistency with standard markdown conventions, consider using either a hyphen (-) or an em dash (—).

Copilot uses AI. Check for mistakes.
- User documentation files are expected to use kebab-case for the `.md` extension, except for special files like `README.md`.
- Examples should be copy-pastable in fenced code blocks and accurate; if unsure, prefer not to change examples.

[8]ページ先頭

©2009-2025 Movatter.jp