# detect_commands > Infer and verify install/test/lint/build commands for the repo. - Author: CheekyCodexConjurer - Repository: CheekyCodexConjurer/agentic-operations-architect - Version: 20251230100351 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/CheekyCodexConjurer/agentic-operations-architect - Web: https://mule.run/skillshub/@@CheekyCodexConjurer/agentic-operations-architect~detect_commands:20251230100351 --- --- name: detect_commands description: Infer and verify install/test/lint/build commands for the repo. metadata: short-description: Detect common commands --- ## Purpose Identify runnable commands and record them with confidence. ## Steps 1. Search for Makefile, package manifests, CI configs. 2. Propose install/test/lint/format/build commands. 3. Record in `COMMANDS.md` and `COMMANDS.json`. 4. Verify when safe, and update confidence. ## Guardrails - Mark unverified commands with low confidence. - Do not execute destructive commands.