Guides Python3 programs that access databases and filesystems to detect possible personal or sensitive data using regex and ML, aligned with LGPD, GDPR and similar norms. Use when implementing or reviewing PII/sensitive data detection, compliance scanning,…
DataBoar/data-boar
SkillsMP has collected 19 skills from DataBoar/data-boar. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 19
- GitHub stars
- 5
- GitHub forks
- 1
Skills in this repository
Showing 19 of 19 collected skills.
Use when deciding how to run lint, tests, commit/PR, or Docker homelab steps. Prefer repo scripts (check-all, lint-only, quick-test, commit-or-pr, docker-lab-build, docker-hub-pull, docker-prune-local) over ad-hoc commands to save tokens and keep behaviour…
Checklist for enforcing NASA-style active voice, LCM Level 1/2 verbs, and canonical Data Boar lexicon stability in code, docs, commit messages, and PR reviews. Use when writing or reviewing docstrings, module comments, PowerShell CBH, Python function names,…
Apply when implementing or reviewing Python/markdown for quality and security. Ensures SonarQube-style rules (S3981, S3776, S4423, S5706, S1192) and CodeQL-relevant patterns are followed, and that the project quality tests are run and pass.
Bounded EXIF/metadata and optional Tesseract OCR for one media file via scripts/image-inspect.ps1 and scripts/image_inspect.py (same stack as connectors/rich_media_sample).
Extract sparse PNG frames from operator video on Windows using scripts/video-frame-samples.ps1 and ffprobe; use L1-L3 taxonomy in docs/ops/VIDEO_FRAME_EXTRACT_FOR_AGENT.md.
Use when editing docs/plans (PLANS_TODO, PLANS_HUB, PLAN_*), docs/MAP*, docs/README hub rows, docs/adr index, or AGENTS ADR pointer—keep hubs aligned with repo truth and ADR policy.
After local Data Boar Docker smoke tests, keep at most one or two named containers, reuse one local image tag (e.g. data_boar:lab) instead of many smoke-* tags, prune old images, and document cleanup. Use when creating containers, running lab validation, or…
Apply when creating or updating user-facing documentation. Ensures new docs exist in English and Brazilian Portuguese (except plan files), code is source of truth, EN is canonical, index and language switchers are updated. Docs must be navigable (no dead…
Use when finding files by name/path on Windows primary dev PC via voidtools Everything (es.exe); prefer scripts/es-find.ps1 with a capped -MaxCount. On Linux lab-op SSH use find/fd, not es.
When the operator chats in Portuguese, the assistant uses Brazilian Portuguese (pt-BR) in replies—same bar as docs-locale-pt-br-contract and docs-pt-br-locale—not European Portuguese; English is fine for commands, brands, and technical jargon.
When implementing CI pings, KPI exports, or operator alerts, use at least two channels (GitHub + Slack and/or Signal). Telegram is not used for Data Boar operator notifications in this repo; keep secrets out of git.
Restore and verify Cursor/VS Code settings so Markdown preview opens in a normal tab instead of a forced side-by-side split. Use when the operator reports Ctrl+Shift+V or preview opening in a second editor column after updates or settings sync.
Reproduce lab external API/DB eval using docs/ops/LAB_EXTERNAL_CONNECTIVITY_EVAL.md, scripts/lab-external-smoke.ps1, and private configs — token-aware.
Use when editing sprint/milestone plans, dashboard identity (#86), or production-readiness narrative—keep a single canonical map and avoid duplicating milestone tables across files.
Run or guide the Windows fresh-clone PII self-audit (pii-fresh-clone-audit.ps1) vs clean-slate.sh on Linux; no chat simulation.
When adding CLI flags, dashboard toggles, or /help text, sync operator-facing help surfaces and tests/operator_help_sync_manifest.py. Use for feature work that changes how operators run or configure the app from CLI, web, or man.
After CI is green and PR is mergeable, run scripts/pr-merge-when-green.ps1; for LAB-OP inventory, run scripts/lab-op-sync-and-collect.ps1 with docs/private/homelab/lab-op-hosts.manifest.json. Escalate to the operator on gh/ssh failures or suspected…
Check Dependabot dependency and action recommendations, verify they are viable and safe, apply locally with full test validation, and optionally add regression tests. Use when updating dependencies, checking for stale Dependabot PRs, or preparing…