/hana-inspect-object
Optional object type such as table, view, procedure, function, or synonym
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/hana-inspect-object
Context preview
What this command does when you run it.
Optional object type such as table, view, procedure, function, or synonym
Command definition
hana-inspect-object.mdname: hana-inspect-object
description: Inspect a HANA database object safely using hana-cli metadata checks, dependency review, and non-mutating SQL
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "<schema.object> [table|view|procedure|function]"
arguments:
- name: object
description: HANA object name, preferably schema-qualified
required: true
- name: object_type
description: Optional object type such as table, view, procedure, function, or synonym
required: falseHANA Inspect Object
Inspect HANA object metadata with read-only checks. Do not alter data or object definitions.
Workflow
1. Confirm object name, schema, object type, and connection profile. 2. Use metadata-oriented queries or hana-cli commands only. 3. Inspect columns, keys, privileges, dependencies, invalid status, row count estimates, and performance-relevant properties. 4. Avoid selecting business data unless the user explicitly requests a limited sample. 5. Recommend follow-up SQLScript, modeling, or authorization fixes as a plan.
Output Contract
Return:
- Object summary.
- Dependencies and privilege notes.
- Performance or modeling risks.
- Read-only commands/queries used or recommended.
- Follow-up actions and pending checks.
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Other commands on sap-skills.
- /abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Open command - /abap-cloud-review
Optional target ABAP platform or SAP BTP ABAP Environment release
Open command - /ai-core-deployment-check
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Open command - /api-style-review
Optional API style lens such as REST, OData, OpenAPI, or SDK
Open command - /btp-architecture-review
Optional scenario lens such as extension, integration, analytics, or AI
Open command - /work-zone-content-check
Optional Work Zone edition or content type
Open command

