indoor47
Community@indoor47 · Berlin, Germany
Love AI & Automation 🤩 -- CTO @ kooky2go Founder @ Deepdive
Agent Skills by indoor47
Showing 8 vetted skills indexed across 1 GitHub repositories.
review-code
Reviews code in files, directories, or git diffs to detect bugs and security vulnerabilities.
ask
Answer codebase questions by tracing execution paths and referencing files.
fix-bugs
Diagnoses and fixes bugs from error messages or failing tests, then verifies solutions by rerunning them.
explain-code
Explain code functionality, architecture, and design patterns in plain language.
analyze-code
Analyze codebases for structural issues and generate prioritized markdown reports.
security-audit
Audit codebases for OWASP Top 10 vulnerabilities, misconfigurations, and exposed secrets.
generate-tests
Analyzes code to generate unit tests with pytest, Jest, or Vitest.
refactor
Refactor code by applying patterns like extract method and simplify conditionals.