CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/journal-entry-creator

Create structured journal entries with YAML frontmatter, template-based sections, and compliance validation. Use when user asks to 'create journal entry', 'new journal', 'document [topic]', 'journal about [topic]', or needs to create timestamped .md files in YYYY/MM/ directories. Supports four entry types: general journal entries, troubleshooting sessions, learning notes, and article summaries. Keywords: journal, documentation, troubleshooting, learning, article-summary, YAML frontmatter, template schemas, validation.

Overall
score

91%

Does it follow best practices?

Validation for skill structure

This version of the tile failed moderation
Moderation failed
Overview
Skills
Evals
Files

task.mdevals/scenario-5/

Edge Case Documentation Task

Problem/Feature Description

Yesterday, your team encountered an unusual situation where the automated deployment pipeline failed in a way that hadn't been seen before. The failure occurred during the database migration step, but the error messages were misleading and pointed to network connectivity issues rather than the actual schema conflict.

The incident required investigation across multiple systems including the CI/CD pipeline logs, database transaction logs, and application monitoring dashboards. The resolution involved rolling back a specific migration script and coordinating with the database team to resolve schema conflicts.

This was particularly tricky because the error occurred on a file with a very specific name that included API references and CloudWatch monitoring components. The team needs to document this complex scenario for future reference, ensuring all the technical details are captured properly.

Output Specification

Document this incident with:

  • Detailed problem description and symptoms
  • Investigation process across multiple systems
  • Root cause analysis findings
  • Resolution steps taken
  • Preventive measures for the future

Create the documentation for today's date (use current date). The file should be named appropriately to reflect the complex technical nature involving API_Gateway_CloudWatch_Migration issues, and should be placed in the correct directory structure for the current date.

Input Files

The following files represent the current state. Extract them before beginning.

=============== FILE: inputs/existing-journal.md ===============  
---
title: "API Gateway CloudWatch Migration Issue"
date: 2025-02-27
tags:
  - troubleshooting
  - api-gateway
  - cloudwatch-migration
---

This file already exists in the target location to test overwrite handling.

Install with Tessl CLI

npx tessl i pantheon-ai/journal-entry-creator

SKILL.md

tile.json