-
Notifications
You must be signed in to change notification settings - Fork 2
feat(skills): add justfile-dev skill #818
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aRustyDev
merged 9 commits into
main
from
feat/skill-k8s-helm-charts-dev-structured-workflow
Jan 31, 2026
Merged
feat(skills): add justfile-dev skill #818
aRustyDev
merged 9 commits into
main
from
feat/skill-k8s-helm-charts-dev-structured-workflow
Jan 31, 2026
Conversation
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
Add Research → Planning → Implementation workflow with approval gates, issue mapping, and extend/contribute strategy for complex Helm chart development. ### Added **Reference Files:** - extend-contribute-strategy.md - Fork vs copy decision, contribution workflow - research-phase-workflow.md - Structured research with approval gates - planning-phase-workflow.md - High-level and phase planning with issue mapping - implementation-workflow.md - Implementation with sanity checks and review stops - research-strategy.md - Expanded decision table, workflow selection - chart-complexity.md - Chart complexity classification - external-services.md - Common ports, env vars, connection strings **Templates:** - research-summary.md - Research findings documentation - high-level-plan.md - High-level chart plan - phase-plan.md - Per-phase implementation plan - issue-structure.md - GitHub issue hierarchy **Patterns:** - external-database.yaml - MySQL/PostgreSQL configuration - external-search.yaml - Elasticsearch/OpenSearch configuration - external-messaging.yaml - Airflow/Kafka/RabbitMQ/Redis configuration - multi-port-service.yaml - Multiple ports pattern - jvm-application.yaml - JVM heap/GC/JMX configuration - health-probes-multiport.yaml - Probes on different ports ### Changed - SKILL.md - Added "Structured Development Workflow" section - SKILL.md - Updated Reference Files list Closes #816 Closes #696 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- ai-context-files: Local→Central flow, upstream criteria - claude: Context layering, priority order, what-goes-where matrix - documentation: 4 doc types with audience/format/style, brand assets - frontmatter: Full schema reference with required/optional fields - justfile: Conventions, standard groups, anti-patterns (NEW) - plans-are-issues: Full lifecycle, GAP review, conversion steps - pre-commit: Config example, usage rules, hook creation - rules: Loading mechanics, writing guidance - schemas: Schema management workflow, known schemas - skill-gap-detection: Minor cleanup (added labels to issue template) All rules updated to use `paths:` frontmatter (not `globs:`) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Justfile authoring, reviewing, planning, and updating skill with progressive disclosure references, language-specific recipe tables, example justfiles, and maturity model. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fix orphan references, trim syntax-quick-ref under 200 lines, add Convert workflow for Makefile migration. All 6 pressure scenarios pass. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Unified ADR skill with 5 workflows (Author, Review, Plan, Update, Backfill), E.C.A.D.R. quality checklist, MADR template, code traceability patterns, and decision trigger guidance. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…harts-dev-structured-workflow
Rename the pipeline recipe and update all references in SKILL.md and test case scripts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add [group('setup')], [group('pipeline')], [group('test')] for organized
help output. Add [no-exit-message] to pipeline and test recipes. Add doc
comments to all recipes. Rename _deps to deps (public with group).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
justfile-devskill covering authoring, reviewing, planning, and updating justfilesTest plan
🤖 Generated with Claude Code