Merged
Conversation
Agent-Logs-Url: https://github.com/devantler-tech/skills/sessions/d2ea36b1-3cc4-4611-9662-a3124f29de62 Co-authored-by: devantler <26203420+devantler@users.noreply.github.com>
Agent-Logs-Url: https://github.com/devantler-tech/skills/sessions/d2ea36b1-3cc4-4611-9662-a3124f29de62 Co-authored-by: devantler <26203420+devantler@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
devantler
May 1, 2026 17:22
View session
The repo description said 'not a publisher' and 'until one is added, releases are no-ops' — both stale now that ways-of-working is an in-house skill. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Explains that release.yaml on push-to-main auto-calculates the next semver from conventional commits and creates the tag + GitHub release, which in turn triggers CD. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Documents the issue → plan → implement flow, referencing the four devantler-tech/.github issue templates (Feature, Bug, Chore, Kata). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…inciples Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Every change is validated hands-on before merging, with focus on UX presentation and ensuring all feedback is actionable. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The intro said 'plan → implement → review' but the numbered steps are issue → plan → implement → test. Updated to match. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Code review is optional — CI's strict gates are the primary feedback loop. Description updated to cover agent-first workflow, issue filing, planning, and debugging so agents activate the skill for those tasks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
One ci.yaml + one cd.yaml per repo, with local composite actions for simple steps and TypeScript actions for complex logic (locally testable, avoids unreadable bash-in-YAML). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…stkube Split testing into app/library vs platform/kubernetes subsections. Platform table now explicitly maps linting→unit, ephemeral cluster→integration, and real cluster→E2E, all using Testkube for test execution. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Rename 'Kubernetes / Platform' heading to 'Platform / Kubernetes' to match the Testing section. - Change 'exactly two workflow files' to 'two core workflow files' and mention release.yaml as a third file. - Replace 'System test on a local Docker cluster' with 'Integration tests on an ephemeral local cluster' + Testkube to match the testing taxonomy. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The testing section lists linting/scanning as the platform equivalent of unit tests, and the app CI/CD table includes it. The platform table was inconsistently omitting it. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new in-house ways-of-working skill to codify devantler-tech engineering practices (workflow, testing strategy, CI/CD expectations, and platform practices), and updates the repo index to surface and install it.
Changes:
- Added
ways-of-working/SKILL.mdwith guidance on development workflow, testing, quality gates, and CI/CD pipelines. - Updated
README.mdto reflect in-house publishing and to includeways-of-workingin the Engineering Practices table.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| ways-of-working/SKILL.md | Introduces the new in-house “Ways of Working” skill content and guidance. |
| README.md | Updates repo positioning (publisher + pointer list) and adds the new skill to the index. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- README: 'Each pointer row' -> 'Each row below is either an in-house skill or installs directly from its original upstream' - SKILL.md: soften merge queue step to handle repos without it configured Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
New in-house skill codifying devantler-tech engineering practices for project setup, CI/CD, and testing strategy.
ways-of-working/SKILL.mdobra/superpowersskill), unit/integration via SDK test frameworks, E2E via GitHub Actions workflows, benchmarks via SDK benchmark frameworksinit→create→workload push(OCI)pull_request,merge_group,pushto main, and semver tag eventsdevantler-tech/ksailanddevantler-tech/platformREADME.mdways-of-workingrow to the Engineering Practices tableInstall: