.cursor/skills/dev-docs/SKILL.md
Maintain a development log (DEVLOG.md) at the project root. Use at the START and END of every coding session, after implementing features, fixing bugs, refactoring code, or making any meaningful code changes. Automatically triggered for all development tasks.
npx skillsauth add dalangdalang934/freedomtrader dev-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Every coding session MUST maintain DEVLOG.md at the project root. This is non-negotiable.
Read DEVLOG.md (create if missing). Review the last 2-3 entries for context.
Track what you're doing mentally. Note:
Append a new entry to DEVLOG.md using this format:
## YYYY-MM-DD — Brief Title
**Scope:** feature | bugfix | refactor | config | docs
**Changes:**
- Concise description of what changed and why
- Another change...
**Files touched:**
- `path/to/file.js` — what was modified
- `path/to/other.js` — what was modified
**Decisions & rationale:**
- Decision made → why this approach was chosen
**Known issues / tech debt:**
- Any remaining issues or shortcuts taken
**Next steps:**
- What should be done next
If DEVLOG.md doesn't exist, create it with:
# Development Log
Chronological record of development sessions, decisions, and changes.
---
Then append the first entry.
See templates.md for entry templates for different change types.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.