Add consistency-reviewer learning agent knowledge base#221
Open
Add consistency-reviewer learning agent knowledge base#221
Conversation
New learning agent focused on PR reviews for stylistic consistency and agentic process coherence. Reviews job definitions, step instructions, Python code, and workflow configurations against established patterns. Includes core knowledge covering job.yml conventions, step instruction quality, Python coding style, and data flow integrity checks. Seeded with three initial topics and customized learning guidelines. https://claude.ai/code/session_01K9TQPhkeDMzn3MSyTVYzr3
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.
Summary
This PR establishes the knowledge base and learning infrastructure for the consistency-reviewer agent, a specialized reviewer for stylistic consistency and agentic process coherence across the DeepWork codebase.
Key Changes
Core Knowledge Base (
.deepwork/learning-agents/consistency-reviewer/core-knowledge.md): Comprehensive reference covering:Topic Guides: Three focused reference documents for specific domains:
agentic-process-data-flow.md: DAG structure, dependency rules, workflow ordering, common data flow issuesjob-yml-schema-and-validation.md: Schema location, field requirements, validation rules, common gotchasstep-instruction-quality.md: Section structure, writing style checklist, quality criteria alignment, anti-patternsAgent Registration (
.claude/agents/consistency-reviewer.md): Agent manifest with description and references to core knowledge and topicsLearning Infrastructure (
.deepwork/learning-agents/consistency-reviewer/additional_learning_guidelines/):issue_identification.md: Guidance on what issues matter most and what to ignoreissue_investigation.md: Common root causes and investigation heuristicslearning_from_issues.md: Preferences for how learnings are incorporated (topics vs. learnings, core-knowledge updates).gitkeepfiles for learnings and topics directoriesNotable Implementation Details
https://claude.ai/code/session_01K9TQPhkeDMzn3MSyTVYzr3