Agent skill
recent-changes
Son degisiklikler logu. Check when debugging or understanding recent fixes.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/recent-changes
SKILL.md
Recent Changes
Son onemli degisiklikler ve fix'ler.
Son Commit'ler
Logo Overlay Devre Disi (23df9bb)
- Nano banana gorusellerinde logo overlay kaldirildi
Instagram Container Timeout (b51a6c1)
- Container status kontrolunde retry mekanizmasi eklendi
- Max 30 deneme, 10s aralik
Nano Banana Prompt Optimizasyonu (ea18ef4)
- Gunluk icerik promptlari iyilestirildi
Telegram Markdown + DB Fix (1d0d08c)
- escape_markdown() fonksiyonu duzeltildi
- NULL constraint hatalari giderildi
Bilinen Sorunlar
| Sorun | Cozum |
|---|---|
| Video timeout | generate_video_smart() kullan |
| Carousel aspect ratio | Tum slide'lar 1080x1080 |
| Telegram parse error | Markdown karakterlerini escape et |
| Instagram rate limit | 0.3s delay ekle |
| None.upper() | (text or "").upper() |
Onemli Dosyalar
| Dosya | Aciklama |
|---|---|
| app/agents/creator.py | Icerik uretimi |
| app/telegram_pipeline.py | Bot handlers |
| app/database/models.py | Schema |
| app/scheduler/pipeline.py | Pipeline logic |
Git Komutlari
git log --oneline -10 # Son 10 commit
git show <hash> # Commit detayi
git diff HEAD~1 # Son degisiklik
Deep Links
TROUBLESHOOTING.md- Detayli sorun gidermeARCHITECTURE.md- Sistem mimarisi
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?