mirror of
https://github.com/mcollina/skills.git
synced 2026-09-14 17:31:33 +08:00
chore: remove Tessl integration
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
name: Publish Tile
|
||||
|
||||
permissions:
|
||||
id-token: write # Required for OIDC token
|
||||
contents: read # Required to checkout the repository
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # Trigger on push / merge to main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
tile:
|
||||
- skills/documentation
|
||||
- skills/fastify
|
||||
- skills/init
|
||||
- skills/linting-neostandard-eslint9
|
||||
- skills/node
|
||||
- skills/nodejs-core
|
||||
- skills/oauth
|
||||
- skills/octocat
|
||||
- skills/skill-optimizer
|
||||
- skills/snipgrapher
|
||||
- skills/typescript-magician
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: tesslio/publish@main
|
||||
with:
|
||||
token: ${{ secrets.TESSL_API_TOKEN }}
|
||||
path: ${{ matrix.tile }}
|
||||
@@ -10,8 +10,6 @@ Add new entries at the top using the template from [`docs/skill-benchmarking.md`
|
||||
|
||||
Method: lightweight cross-model checks using `subagent` with `anthropic/claude-haiku-4-5`, `anthropic/claude-sonnet-4-6`, and `anthropic/claude-opus-4-6`.
|
||||
|
||||
> Note: This is a **quick directional eval**, not a full Tessl `review-model-performance` run.
|
||||
|
||||
### Scenario A — node-best-practices stream/ETL activation
|
||||
|
||||
Criteria scored per response (3 total):
|
||||
|
||||
@@ -24,26 +24,6 @@ Record:
|
||||
- per-scenario deltas
|
||||
- per-criterion pass/fail
|
||||
|
||||
## Recommended workflow (Tessl)
|
||||
|
||||
Install tooling:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://get.tessl.io | sh
|
||||
```
|
||||
|
||||
Install benchmark skill:
|
||||
|
||||
```bash
|
||||
tessl i tessl-labs/review-model-performance
|
||||
```
|
||||
|
||||
Then, from your agent session:
|
||||
|
||||
```text
|
||||
Use review-model-performance to evaluate <skill-name>.
|
||||
```
|
||||
|
||||
## Release gate
|
||||
|
||||
A change is **not ready** if any of these are true:
|
||||
|
||||
Reference in New Issue
Block a user