Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 167 additions & 0 deletions examples/agent-debt-pr/.agents/skills/onboarding/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
---
name: onboarding
description: Demo onboarding skill for ContextLevy dogfood fixtures.
---

# Onboarding

## Step 0

Complete checklist item 0 before merging. Document environment variables, service URLs, and rollback steps for module 0.

## Step 1

Complete checklist item 1 before merging. Document environment variables, service URLs, and rollback steps for module 1.

## Step 2

Complete checklist item 2 before merging. Document environment variables, service URLs, and rollback steps for module 2.

## Step 3

Complete checklist item 3 before merging. Document environment variables, service URLs, and rollback steps for module 3.

## Step 4

Complete checklist item 4 before merging. Document environment variables, service URLs, and rollback steps for module 4.

## Step 5

Complete checklist item 5 before merging. Document environment variables, service URLs, and rollback steps for module 5.

## Step 6

Complete checklist item 6 before merging. Document environment variables, service URLs, and rollback steps for module 6.

## Step 7

Complete checklist item 7 before merging. Document environment variables, service URLs, and rollback steps for module 7.

## Step 8

Complete checklist item 8 before merging. Document environment variables, service URLs, and rollback steps for module 8.

## Step 9

Complete checklist item 9 before merging. Document environment variables, service URLs, and rollback steps for module 9.

## Step 10

Complete checklist item 10 before merging. Document environment variables, service URLs, and rollback steps for module 10.

## Step 11

Complete checklist item 11 before merging. Document environment variables, service URLs, and rollback steps for module 11.

## Step 12

Complete checklist item 12 before merging. Document environment variables, service URLs, and rollback steps for module 12.

## Step 13

Complete checklist item 13 before merging. Document environment variables, service URLs, and rollback steps for module 13.

## Step 14

Complete checklist item 14 before merging. Document environment variables, service URLs, and rollback steps for module 14.

## Step 15

Complete checklist item 15 before merging. Document environment variables, service URLs, and rollback steps for module 15.

## Step 16

Complete checklist item 16 before merging. Document environment variables, service URLs, and rollback steps for module 16.

## Step 17

Complete checklist item 17 before merging. Document environment variables, service URLs, and rollback steps for module 17.

## Step 18

Complete checklist item 18 before merging. Document environment variables, service URLs, and rollback steps for module 18.

## Step 19

Complete checklist item 19 before merging. Document environment variables, service URLs, and rollback steps for module 19.

## Step 20

Complete checklist item 20 before merging. Document environment variables, service URLs, and rollback steps for module 20.

## Step 21

Complete checklist item 21 before merging. Document environment variables, service URLs, and rollback steps for module 21.

## Step 22

Complete checklist item 22 before merging. Document environment variables, service URLs, and rollback steps for module 22.

## Step 23

Complete checklist item 23 before merging. Document environment variables, service URLs, and rollback steps for module 23.

## Step 24

Complete checklist item 24 before merging. Document environment variables, service URLs, and rollback steps for module 24.

## Step 25

Complete checklist item 25 before merging. Document environment variables, service URLs, and rollback steps for module 25.

## Step 26

Complete checklist item 26 before merging. Document environment variables, service URLs, and rollback steps for module 26.

## Step 27

Complete checklist item 27 before merging. Document environment variables, service URLs, and rollback steps for module 27.

## Step 28

Complete checklist item 28 before merging. Document environment variables, service URLs, and rollback steps for module 28.

## Step 29

Complete checklist item 29 before merging. Document environment variables, service URLs, and rollback steps for module 29.

## Step 30

Complete checklist item 30 before merging. Document environment variables, service URLs, and rollback steps for module 30.

## Step 31

Complete checklist item 31 before merging. Document environment variables, service URLs, and rollback steps for module 31.

## Step 32

Complete checklist item 32 before merging. Document environment variables, service URLs, and rollback steps for module 32.

## Step 33

Complete checklist item 33 before merging. Document environment variables, service URLs, and rollback steps for module 33.

## Step 34

Complete checklist item 34 before merging. Document environment variables, service URLs, and rollback steps for module 34.

## Step 35

Complete checklist item 35 before merging. Document environment variables, service URLs, and rollback steps for module 35.

## Step 36

Complete checklist item 36 before merging. Document environment variables, service URLs, and rollback steps for module 36.

## Step 37

Complete checklist item 37 before merging. Document environment variables, service URLs, and rollback steps for module 37.

## Step 38

Complete checklist item 38 before merging. Document environment variables, service URLs, and rollback steps for module 38.

## Step 39

Complete checklist item 39 before merging. Document environment variables, service URLs, and rollback steps for module 39.

9 changes: 9 additions & 0 deletions examples/agent-debt-pr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Agent-debt PR examples

These files are **intentional fixtures** for dogfooding ContextLevy on pull requests. They mimic paths that inflate AI agent context cost without the coverage/generated patterns in `high-impact-pr/`:

- `pnpm-lock.yaml` — lockfile churn
- `dist/app.js` — build output
- `.agents/skills/onboarding/SKILL.md` — agent instruction files

Do not copy these into production repos. They exist so ContextLevy can demonstrate classification of lockfiles, build artifacts, and agent config on real GitHub pull requests.
Loading
Loading