- Verfeinere Description-Felder aller Skills für besseres Triggering - Neue skill-creator@claude-plugins-official Permission - /story mit neuer Reference-Struktur (phase-spezifische Detail-Dateien) - /go, /plan-review, /ship, /workflow-review: klarere Abgrenzungen - Vereinfachung im Vergleich zu vorigen Versionen Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
83 lines
5.2 KiB
Plaintext
83 lines
5.2 KiB
Plaintext
Split: 14 train, 7 test (holdout=0.4)
|
|
|
|
============================================================
|
|
Iteration 1/5
|
|
Description: Orchestriert den vollständigen Story-Lifecycle von Planung bis PR. Aktivieren wenn eine neue User Story oder ein neues Feature implementiert werden soll.
|
|
============================================================
|
|
Train: 24/42 correct, precision=100% recall=0% accuracy=57% (50.9s)
|
|
[FAIL] rate=0/3 expected=True: ich möchte einen export-button für die auftragstabelle hinzu
|
|
[FAIL] rate=0/3 expected=True: /story
|
|
[FAIL] rate=0/3 expected=True: neues feature: dark mode in die vue-app einbauen, von resear
|
|
[FAIL] rate=0/3 expected=True: wir brauchen multi-tenant-support, fang am besten mit einer
|
|
[FAIL] rate=0/3 expected=True: neue story: passwort-reset-flow implementieren
|
|
[FAIL] rate=0/3 expected=True: wir brauchen ein neues feature: user-registrierung mit email
|
|
[PASS] rate=0/3 expected=False: ship it bitte
|
|
[PASS] rate=0/3 expected=False: workflow review bitte, ich will die skills auf best practice
|
|
[PASS] rate=0/3 expected=False: füge einen test für UserService.create_user hinzu
|
|
[PASS] rate=0/3 expected=False: kannst du den bug in der login-funktion in auth_service.py:8
|
|
[PASS] rate=0/3 expected=False: optimiere die sql-query in user_repository.py:134, sie ist z
|
|
[PASS] rate=0/3 expected=False: refactore bitte die service-schicht, zu viel code-duplikatio
|
|
[PASS] rate=0/3 expected=False: kannst du die abhängigkeiten in requirements.txt updaten?
|
|
[PASS] rate=0/3 expected=False: bitte nur recherchieren und einen plan erstellen, noch nicht
|
|
Test : 12/21 correct, precision=100% recall=0% accuracy=57% (0.0s)
|
|
[FAIL] rate=0/3 expected=True: kannst du das neue api-endpoint für monatsstatistiken implem
|
|
[FAIL] rate=0/3 expected=True: implementiere bitte das dashboard für die auftragsverwaltung
|
|
[FAIL] rate=0/3 expected=True: ich hab hier ein neues ticket: CSV-import für kundendaten. k
|
|
[PASS] rate=0/3 expected=False: führe den plan-review für den aktuellen plan durch
|
|
[PASS] rate=0/3 expected=False: wie sollte ich das feature architektonisch aufbauen? nur erk
|
|
[PASS] rate=0/3 expected=False: erkläre mir wie der auth-flow funktioniert
|
|
[PASS] rate=0/3 expected=False: mach einen PR für die aktuellen änderungen
|
|
|
|
Improving description...
|
|
Traceback (most recent call last):
|
|
File "<frozen runpy>", line 198, in _run_module_as_main
|
|
File "<frozen runpy>", line 88, in _run_code
|
|
File "/home/martin/.claude/plugins/cache/claude-plugins-official/skill-creator/unknown/skills/skill-creator/scripts/run_loop.py", line 332, in <module>
|
|
main()
|
|
~~~~^^
|
|
File "/home/martin/.claude/plugins/cache/claude-plugins-official/skill-creator/unknown/skills/skill-creator/scripts/run_loop.py", line 297, in main
|
|
output = run_loop(
|
|
eval_set=eval_set,
|
|
...<11 lines>...
|
|
log_dir=log_dir,
|
|
)
|
|
File "/home/martin/.claude/plugins/cache/claude-plugins-official/skill-creator/unknown/skills/skill-creator/scripts/run_loop.py", line 202, in run_loop
|
|
new_description = improve_description(
|
|
client=client,
|
|
...<7 lines>...
|
|
iteration=iteration,
|
|
)
|
|
File "/home/martin/.claude/plugins/cache/claude-plugins-official/skill-creator/unknown/skills/skill-creator/scripts/improve_description.py", line 114, in improve_description
|
|
response = client.messages.create(
|
|
model=model,
|
|
...<5 lines>...
|
|
messages=[{"role": "user", "content": prompt}],
|
|
)
|
|
File "/home/martin/.local/lib/python3.13/site-packages/anthropic/_utils/_utils.py", line 283, in wrapper
|
|
return func(*args, **kwargs)
|
|
File "/home/martin/.local/lib/python3.13/site-packages/anthropic/resources/messages/messages.py", line 1000, in create
|
|
return self._post(
|
|
~~~~~~~~~~^
|
|
"/v1/messages",
|
|
^^^^^^^^^^^^^^^
|
|
...<30 lines>...
|
|
stream_cls=Stream[RawMessageStreamEvent],
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
)
|
|
^
|
|
File "/home/martin/.local/lib/python3.13/site-packages/anthropic/_base_client.py", line 1368, in post
|
|
return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls))
|
|
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/martin/.local/lib/python3.13/site-packages/anthropic/_base_client.py", line 1062, in request
|
|
request = self._build_request(options, retries_taken=retries_taken)
|
|
File "/home/martin/.local/lib/python3.13/site-packages/anthropic/_base_client.py", line 521, in _build_request
|
|
headers = self._build_headers(options, retries_taken=retries_taken)
|
|
File "/home/martin/.local/lib/python3.13/site-packages/anthropic/_base_client.py", line 451, in _build_headers
|
|
self._validate_headers(headers_dict, custom_headers)
|
|
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/martin/.local/lib/python3.13/site-packages/anthropic/_client.py", line 196, in _validate_headers
|
|
raise TypeError(
|
|
'"Could not resolve authentication method. Expected either api_key or auth_token to be set. Or for one of the `X-Api-Key` or `Authorization` headers to be explicitly omitted"'
|
|
)
|
|
TypeError: "Could not resolve authentication method. Expected either api_key or auth_token to be set. Or for one of the `X-Api-Key` or `Authorization` headers to be explicitly omitted"
|