Skip to content

feat: add /create-adapter agent skill#49

Merged
HugoRCD merged 1 commit intomainfrom
EVL-48
Feb 7, 2026
Merged

feat: add /create-adapter agent skill#49
HugoRCD merged 1 commit intomainfrom
EVL-48

Conversation

@HugoRCD
Copy link
Owner

@HugoRCD HugoRCD commented Feb 7, 2026

This pull request adds comprehensive documentation and templates for creating new built-in adapters in the evlog package. It introduces a step-by-step skill guide, a TypeScript adapter source template, and a test template, all designed to standardize and simplify the process of adding log drain adapters for external observability platforms. The main themes are process documentation, code scaffolding, and test coverage.

@HugoRCD HugoRCD self-assigned this Feb 7, 2026
@vercel
Copy link

vercel bot commented Feb 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evlog-docs Ready Ready Preview, Comment Feb 7, 2026 6:11pm

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

Thank you for following the naming conventions! 🙏

@HugoRCD HugoRCD changed the title feat: add create-adapter agent skill feat: add /create-adapter agent skill Feb 7, 2026
@HugoRCD HugoRCD requested a review from Copilot February 7, 2026 18:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new “create adapter” agent skill with reference templates to standardize how new built-in evlog drain adapters are implemented, tested, and documented.

Changes:

  • Introduces an Agent Skill guide (SKILL.md) describing the 5 touchpoints required to add a new built-in adapter.
  • Adds a TypeScript adapter source template reference (adapter-template.md).
  • Adds a Vitest adapter test template reference (test-template.md).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.agents/skills/create-adapter/SKILL.md Step-by-step checklist for adding an evlog built-in adapter (source/build/exports/tests/docs/AGENTS).
.agents/skills/create-adapter/references/adapter-template.md Annotated adapter implementation scaffold (config resolution, drain factory, send functions, timeout/error handling).
.agents/skills/create-adapter/references/test-template.md Annotated Vitest scaffold for adapter URL/headers/body/error/batch/timeout coverage.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@HugoRCD HugoRCD merged commit acf5e2c into main Feb 7, 2026
18 of 19 checks passed
@HugoRCD HugoRCD deleted the EVL-48 branch February 7, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant