Skip to content

Created project skills and fixed STDOUT logging#15

Merged
Wikijito7 merged 1 commit into
masterfrom
chore/14-create-project-skills
Jun 18, 2026
Merged

Created project skills and fixed STDOUT logging#15
Wikijito7 merged 1 commit into
masterfrom
chore/14-create-project-skills

Conversation

@Wikijito7

Copy link
Copy Markdown
Owner

Solves #14.

📋 Changelist Summary

Created 7 development skills under .agents/skills/ and replaced all println() calls with proper SLF4J logging across 4 files.

💬 Description

Skills created

  • testing-ktor — Ktor test patterns with MockK, coroutines test, JaCoCo
  • ci-cd-sonar — CI workflows, SonarCloud, version catalog, fatJAR
  • error-handling — AcknowledgeBO vs exceptions, response codes, logging
  • config-management — HOCON loading, app.conf, multi-source config
  • background-tasks — Coroutine-based periodic tasks, error handling
  • serialization-validation@SerialName conventions, validation patterns
  • monitoring-logging — Micrometer/Prometheus, SLF4J, CallLogging

Logging fixes

Replaced 6 println() calls with logger.error() in:

  • EmailService.kt
  • RecoverLocalDataSource.kt
  • VerifyLocalDataSource.kt
  • UserLocalDataSource.kt

@Wikijito7 Wikijito7 marked this pull request as ready for review June 18, 2026 19:14
@sonarqubecloud

Copy link
Copy Markdown

@Wikijito7 Wikijito7 merged commit 376bcaf into master Jun 18, 2026
4 checks passed
@Wikijito7 Wikijito7 deleted the chore/14-create-project-skills branch June 18, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant