@circlesac/holla 26.3.11 → 26.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/slack/SKILL.md +8 -0
package/package.json
CHANGED
package/skills/slack/SKILL.md
CHANGED
|
@@ -187,3 +187,11 @@ holla slack channels history --channel <ch> --limit 1 -w <ws> --json
|
|
|
187
187
|
- **Deletions**: Confirm the message/reaction is actually gone
|
|
188
188
|
|
|
189
189
|
Never assume a write action succeeded — always verify.
|
|
190
|
+
|
|
191
|
+
**After verification, always provide the permalink** so the user can check the result themselves:
|
|
192
|
+
|
|
193
|
+
```bash
|
|
194
|
+
holla slack chat permalink --channel <ch> --ts <ts> -w <ws>
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
Report the permalink URL back to the user along with the verification result.
|