Conversation
…main docs Wires up the Matt Pocock engineering skills (triage, to-issues, to-prd, grill-with-docs, etc.) to this repo: GitHub as the issue tracker, the default triage label vocabulary, and single-context domain docs layout.
rezabekf
force-pushed
the
rezabekf/agent-skill-docs
branch
from
September 18, 2026 11:07
8dd8668 to
3c00231
Compare
Records the agreed SDLC rules: make targets as the canonical verification interface, conventional-commit PR titles (squash-merge), issue-first policy for feature/bug work, eval runs only on explicit request. Issue templates now auto-apply needs-triage so incoming issues enter the triage state machine, and agent-created issues follow the same title-prefix and label conventions. Also fixes the dead LOCAL_DEVELOPMENT.md link in CONTRIBUTING.
cdk-nag only runs as a synth-time Aspect, so make test alone leaves infra changes unverified locally while CI's cdk-nag job would fail. Adds a make synth target and records both rules in AGENTS.md.
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.
Issue number: N/A (docs/config change — per the issue-first policy this PR introduces, chores and docs may go straight to PR)
Summary
Changes
AGENTS.md(+CLAUDE.mdpointer) with agent skill configuration and development workflow conventions.docs/agents/issue-tracker.md(GitHub Issues viagh, title-prefix and label conventions),docs/agents/triage-labels.md(five-label triage state vocabulary, orthogonal to type labels),docs/agents/domain.md(single-context domain docs layout).## Developmentsection in AGENTS.md: make targets as the canonical verification interface (make check && make test, plusmake synthforinfra/changes), conventional-commit PR titles, PR-template compliance, issue-first policy for feature/non-trivial-bug work, evals only on explicit request.make synthtarget (cdk-nag runs only at synth time, not in the vitest suite).needs-triage(+bug/enhancementtype labels) so incoming issues enter the triage state machine.docs/LOCAL_DEVELOPMENT.mdlink in CONTRIBUTING.md — now points at the README's Local Development section.User experience
Before: agents had no repo-specific instructions — commands, PR conventions, and issue workflow were improvised per session; new issues arrived unlabeled; CONTRIBUTING linked to a non-existent doc.
After: any agent session loads AGENTS.md and follows the same SDLC: canonical make commands, conventional PR titles, template-compliant descriptions, triaged issue flow. Human-filed issues land pre-labeled
needs-triage.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🤖 Generated with Claude Code